Microsoft DirectX 8.0 |
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 Name Description Category General category of component. Clone Create a copy of this component type. MediaFormatType DirectShow MediaType Format GUID. MediaMajorType DirectShow MediaType Major Type GUID. MediaSubType DirectShow MediaType Sub Type GUID.
General category of component.
Syntax
ComponentType.Category
Remarks
This property is read-write.
See Also
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
DirectShow MediaType Format GUID.
Syntax
ComponentType.MediaFormatType
Remarks
This property is read-write.
See Also
DirectShow MediaType Major Type GUID.
Syntax
ComponentType.MediaMajorType
Remarks
This property is read-write.
See Also
DirectShow MediaType Sub Type GUID.
Syntax
ComponentType.MediaSubType
Remarks
This property is read-write.
See Also