ComponentCategory Enumeration
Microsoft DirectShow 9.0 |
ComponentCategory Enumeration
Specifies the type of content in an Advanced Television System Committee (ASTC) sub-stream (component).
Syntax
Members
CategoryNotSet
The category for the component is not set.
CategoryOther
The component contains none of the defined types.
CategoryVideo
The component contains a video stream.
CategoryAudio
The component contains an audio stream.
CategoryText
The component contains a text stream.
CategoryData
The component contains a data stream.
Requirements
Header: Dshow.h.
See Also