KsGateRemoveOffInputFromOr function (ks.h)

The KsGateRemoveOffInputFromOr function removes an existing input that is in the OFF state from an OR gate.

Syntax

void KsGateRemoveOffInputFromOr(
  [in] PKSGATE OrGate
);

Parameters

[in] OrGate

A pointer to the KSGATE structure representing the OR gate from which to remove an OFF input.

Return value

None

Remarks

KsGateRemoveOffInputFromOr 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.

Requirements

Requirement Value
Minimum supported client Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
Target Platform Desktop
Header ks.h (include Ks.h)
IRQL Any level

See also

KsGateAddOffInputToOr

KsGateAddOnInputToOr

KsGateRemoveOnInputFromOr

KsGateTurnInputOff

KsGateTurnInputOn