Microsoft DirectX 8.0

ATSCComponentType Object

Represents an ATSC component type.

Method or Property NameDescription
CategoryGeneral category of component.
CloneCreate a copy of this component type.
FlagsATSC Component Type Flags.
LangIDLanguage Identifier for Substream Content Language.
StreamTypeMPEG2 Stream Type.

ATSCComponentType.Category Property

ATSCComponentType Object

General category of component.

Syntax

ATSCComponentType.Category

Remarks

This property is read-write.

ATSCComponentType.Clone Method

ATSCComponentType Object

Create a copy of this component type.

Syntax

ATSCComponentType.Clone()

Return Value

Returns an ATSCComponentType object that is a copy of the current object.

ATSCComponentType.Flags Property

ATSCComponentType Object

ATSC Component Type Flags.

Syntax

ATSCComponentType.Flags

Possible Values

1 if the audio stream is AC-3; otherwise 0.

Remarks

This property is read-write.

ATSCComponentType.LangID Property

ATSCComponentType Object

Language Identifier for Substream Content Language.

Syntax

ATSCComponentType.LangID

Remarks

This property is read-write.

ATSCComponentType.StreamType Property

ATSCComponentType Object

MPEG2 Stream Type.

Syntax

ATSCComponentType.StreamType

Remarks

This property is read-write.