Microsoft DirectX 9.0

IAMExtTransport::put_AntiClogControl

The put_AntiClogControl method enables or disables anti-headclog control on the transport.

Syntax

HRESULT put_AntiClogControl(
  long Enable
);

Parameters

Enable

[in]  Specifies whether to enable anti-headclog control.

Value Description
OATRUE Enable transport anti-headclog control.
OAFALSE Disable transport anti-headclog control.

Return Values

When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

Remarks

Use this method to unclog video heads on VCRs that have an automatic head-cleaning feature.

DV Implementation

MSDV does not support this method. It returns E_NOTIMPL.

See Also