Share via


ATSCComponentTypeFlags enumeration

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Specifies a flag that identifies an AC-3 audio stream in an ATSC broadcast stream.

Syntax

typedef enum ATSCComponentTypeFlags { 
  ATSCCT_AC3  = 0x00000001
} ATSCComponentTypeFlags;

Constants

ATSCCT_AC3

Indicates that the component contains AC-3 audio.

Remarks

Component in this context means a sub-stream.

Requirements

Header
Bdatypes.h

See also

IATSCComponentType Interface

Tuning Model Enumerations