Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The DVDSPExt enumeration type holds a value indicating the default DVD subpicture language extension.
Syntax
typedef enum DVDSPExt {
dvdSPExt_NotSpecified = 0,
dvdSPExt_Caption_Normal = 1,
dvdSPExt_Caption_Big = 2,
dvdSPExt_Caption_Children = 3,
dvdSPExt_CC_Normal = 5,
dvdSPExt_CC_Big = 6,
dvdSPExt_CC_Children = 7,
dvdSPExt_Forced = 9,
dvdSPExt_DirectorComments_Normal = 13,
dvdSPExt_DirectorComments_Big = 14,
dvdSPExt_DirectorComments_Children = 15
} ;
Constants
dvdSPExt_NotSpecifiedValue: 0 Extension not specified. |
dvdSPExt_Caption_NormalValue: 1 Normal caption size. |
dvdSPExt_Caption_BigValue: 2 Big captions. |
dvdSPExt_Caption_ChildrenValue: 3 Children's captions. |
dvdSPExt_CC_NormalValue: 5 Normal-sized closed captions. |
dvdSPExt_CC_BigValue: 6 Big closed captions. |
dvdSPExt_CC_ChildrenValue: 7 Children's closed captions. |
dvdSPExt_ForcedValue: 9 Forced. |
dvdSPExt_DirectorComments_NormalValue: 13 Normal-sized director's comments. |
dvdSPExt_DirectorComments_BigValue: 14 Big director's comments. |
dvdSPExt_DirectorComments_ChildrenValue: 15 Director's comments for children. |
Requirements
| Requirement | Value |
|---|---|
| Header | segment.h (include Msvidctl.h) |