KsGateTerminateOr function (ks.h)

The KsGateTerminateOr function deletes an existing OR gate and removes an input from any attached AND gate.

Syntax

void KsGateTerminateOr(
  [in] PKSGATE OrGate
);

Parameters

[in] OrGate

A pointer to a KSGATE structure that is the OR gate to delete. This gate must be at the beginning of a gate chain.

Return value

None

Remarks

Logical gates should be deleted in a front to back manner. KsGateTerminateOr does not update the gate chain for gates that are deleted at the end or in the middle. For more information, see Flow Control Gates in AVStream.

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

KsGateInitializeAnd

KsGateInitializeOr

KsGateTerminateAnd