Microsoft DirectX 8.0 |
Indicates what kind of content the subpicture stream contains.
Syntax
typedef enum tagDVD_SUBPICTURE_CODING { DVD_SPCoding_RunLength = 0, DVD_SPCoding_Extended = 1, DVD_SPCoding_Other = 2, } DVD_SUBPICTURE_CODING;
Elements
- DVD_SPCoding_RunLength
- Indicates that the subpicture uses run length encoding.
- DVD_SPCoding_Extended
- Indicates that subpicture uses extended encoding.
- DVD_SPCoding_Other
- Indicates that the subpicture uses some other encoding scheme.
Remarks
Most subpicture streams contain language-related content such as movie subtitles, but subpictures can also be used for the bouncing ball in karaoke or other non-language-related purposes.