Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.53 KB

nf-ks-ksgateremoveoninputfromand.md

File metadata and controls

83 lines (57 loc) · 2.53 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.KsGateRemoveOnInputFromAnd
KsGateRemoveOnInputFromAnd function (ks.h)
The KsGateRemoveOnInputFromAnd function removes an existing input that is in the ON state from an AND gate.
stream\ksgateremoveoninputfromand.htm
stream
04/23/2018
KsGateRemoveOnInputFromAnd function
KsGateRemoveOnInputFromAnd, KsGateRemoveOnInputFromAnd function [Streaming Media Devices], avfunc_216ba85c-20fe-4160-a76f-53cab6693641.xml, ks/KsGateRemoveOnInputFromAnd, stream.ksgateremoveoninputfromand
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
KsGateRemoveOnInputFromAnd
ks/KsGateRemoveOnInputFromAnd
APIRef
kbSyntax
HeaderDef
ks.h
KsGateRemoveOnInputFromAnd

KsGateRemoveOnInputFromAnd function

-description

The KsGateRemoveOnInputFromAnd function removes an existing input that is in the ON state from an AND gate.

-parameters

-param AndGate [in]

A pointer to a KSGATE structure representing the AND gate from which to remove an ON input.

-remarks

KsGateRemoveOnInputFromAnd should only be used on gates that were specifically created as AND gates; AVStream does not verify that the given gate is truly an AND gate.

For more information, see Flow Control Gates in AVStream.

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

-see-also

KsGateAddOffInputToAnd

KsGateAddOnInputToAnd

KsGateRemoveOffInputFromAnd

KsGateTurnInputOff

KsGateTurnInputOn