Microsoft DirectX 8.1 (C++)

IAMAnalogVideoDecoder::get_OutputEnable

The get_OutputEnable method determines whether the output bus is enabled or disabled.

Syntax

HRESULT get_OutputEnable(
  long *plOutputEnable
);

Parameters

plOutputEnable

[out]  Pointer to a long integer that receives one of the following values.

Value Description
TRUE Output bus is enabled.
FALSE Output bus is disabled.

Return Values

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

See Also