Microsoft DirectX 8.1 (C++)

IATSCComponentType::put_Flags

The put_Flags method sets a flag indicating whether the audio component is in AC-3 format.

Syntax

HRESULT put_Flags(
  long  Flags
);

Parameters

Flags

[in] Variable of type long; 0x1 specifies that the audio stream is AC-3.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Remarks

The only defined flag is for AC-3 audio.

See Also