KsGateAddOffInputToOr function (ks.h)

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

Syntax

void KsGateAddOffInputToOr(
  [in] PKSGATE OrGate
);

Parameters

[in] OrGate

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

Return value

None

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.

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

KsGateAddOnInputToOr

KsGateRemoveOffInputFromOr

KsGateRemoveOnInputFromOr

KsGateTurnInputOff

KsGateTurnInputOn