The ltmmDVD_SUBPICTURE_LANG_EXT constants define the possible language extensions in a specified subpicture stream.
Const ltmmDVD_SP_EXT_NotSpecified =0
Const ltmmDVD_SP_EXT_Caption_Normal =1
Const ltmmDVD_SP_EXT_Caption_Big =2
Const ltmmDVD_SP_EXT_Caption_Children =3
Const ltmmDVD_SP_EXT_CC_Normal =5
Const ltmmDVD_SP_EXT_CC_Big =6
Const ltmmDVD_SP_EXT_CC_Children =7
Const ltmmDVD_SP_EXT_Forced =9
Const ltmmDVD_SP_EXT_DirectorComments_Normal =13
Const ltmmDVD_SP_EXT_DirectorComments_Big =14
Const ltmmDVD_SP_EXT_DirectorComments_Children =15
Constant |
Description |
ltmmDVD_SP_EXT_NotSpecified |
[0] Indicates that no language extensions are present. |
ltmmDVD_SP_EXT_Caption_Normal |
[1] Indicates that the specified stream contains normal captions. |
ltmmDVD_SP_EXT_Caption_Big |
[2] Indicates that the specified stream contains big captions. |
ltmmDVD_SP_EXT_Caption_Children |
[3] Indicates that the specified stream contains captions for children. |
ltmmDVD_SP_EXT_CC_Normal |
[5] Indicates that the specified stream contains normal closed captions. |
ltmmDVD_SP_EXT_CC_Big |
[6] Indicates that the specified stream contains big closed captions. |
ltmmDVD_SP_EXT_CC_Children |
[7] Indicates that the specified stream contains closed captions for children. |
ltmmDVD_SP_EXT_Forced |
[9] Indicates that the subpicture stream is forcedly activated, meaning that the application will not be able to turn it off. |
ltmmDVD_SP_EXT_DirectorComments_Normal |
[13] Indicates that the specified stream contains normal-sized director's comments. |
ltmmDVD_SP_EXT_DirectorComments_Big |
[14] Indicates that the specified stream contains large-sized director's comments. |
ltmmDVD_SP_EXT_DirectorComments_Children |
[15] Indicates that the specified stream contains director's comments for children. |
Comments
For more detailed information, refer to the Microsoft documentation for the DVD_SUBPICTURE_LANG_EXT Enumeration.
See Also