Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 2.27 KB

nf-ks-ksgateaddoffinputtoor.md

File metadata and controls

81 lines (56 loc) · 2.27 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ks.KsGateAddOffInputToOr
KsGateAddOffInputToOr function (ks.h)
The KsGateAddOffInputToOr function adds a new input in the OFF state to a given OR gate.
stream\ksgateaddoffinputtoor.htm
stream
04/23/2018
KsGateAddOffInputToOr function
KsGateAddOffInputToOr, KsGateAddOffInputToOr function [Streaming Media Devices], avfunc_abee7d7c-388b-4a48-a573-6b46a1c9dc46.xml, ks/KsGateAddOffInputToOr, stream.ksgateaddoffinputtoor
ks.h
Ks.h
Desktop
Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
Any level
Windows
KsGateAddOffInputToOr
ks/KsGateAddOffInputToOr
APIRef
kbSyntax
HeaderDef
ks.h
KsGateAddOffInputToOr

KsGateAddOffInputToOr function

-description

The KsGateAddOffInputToOr function adds a new input in the OFF state to a given OR gate.

-parameters

-param OrGate [in]

A pointer to a KSGATE structure representing the OR gate to which to add a new OFF input.

-remarks

This function should only be used on gates that were specifically created as OR gates; AVStream does not verify that the given gate is an OR gate.

This call is an empty function. It should be used for code readability and clarity.

-see-also

KsGateAddOnInputToOr

KsGateRemoveOffInputFromOr

KsGateRemoveOnInputFromOr

KsGateTurnInputOff

KsGateTurnInputOn