ltmmDVD_SUBPICTURE_CODING Constants

Summary

The ltmmDVD_SUBPICTURE_CODING constants define the subpicture coding mode.

Syntax

typedef enum ltmmDVD_SUBPICTURE_CODING 
{ 
   ltmmDVD_SPCoding_RunLength = 0, 
   ltmmDVD_SPCoding_Extended = 1, 
   ltmmDVD_SPCoding_Other = 2 
} ltmmDVD_SUBPICTURE_CODING; 

Members

ltmmDVD_SPCoding_RunLength

[0] Indicates that the subpicture uses run length encoding.

ltmmDVD_SPCoding_Extended

[1] Indicates that subpicture uses extended encoding.

ltmmDVD_SPCoding_Other

[2] Indicates that the subpicture uses some other encoding scheme.

See Also

IltmmDVDSubpictureStream::get_CodingMode

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.