Microsoft DirectX 8.0

ComponentType Object

In DVB program streams, a component refers to an elementary stream, such as an audio stream. The ComponentType object describes the properties of that elementary stream.

Method or Property NameDescription
CategoryGeneral category of component.
CloneCreate a copy of this component type.
MediaFormatTypeDirectShow MediaType Format GUID.
MediaMajorTypeDirectShow MediaType Major Type GUID.
MediaSubTypeDirectShow MediaType Sub Type GUID.

ComponentType.Category Property

ComponentType Object

General category of component.

Syntax

ComponentType.Category

Remarks

This property is read-write.

See Also

ComponentType.Clone Method

ComponentType Object

Create a copy of this component type.

Syntax

ComponentType.Clone();

Return Value

Returns a new ComponentType object whose values are identical to the current object.

Remarks

See Also

ComponentType.MediaFormatType Property

ComponentType Object

DirectShow MediaType Format GUID.

Syntax

ComponentType.MediaFormatType

Remarks

This property is read-write.

See Also

ComponentType.MediaMajorType Property

ComponentType Object

DirectShow MediaType Major Type GUID.

Syntax

ComponentType.MediaMajorType

Remarks

This property is read-write.

See Also

ComponentType.MediaSubType Property

ComponentType Object

DirectShow MediaType Sub Type GUID.

Syntax

ComponentType.MediaSubType

Remarks

This property is read-write.

See Also