Microsoft DirectX 8.1 (C++)

IATSCComponentType::get_Flags

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

Syntax

HRESULT get_Flags(
  long*  pFlags
);

Parameters

pFlags

[out] Variable of type long that will receive one or more flags from the ATSCComponentTypeFlags enumeration.

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