DVDSPExt enumeration (segment.h)

[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_NotSpecified
Value: 0
Extension not specified.
dvdSPExt_Caption_Normal
Value: 1
Normal caption size.
dvdSPExt_Caption_Big
Value: 2
Big captions.
dvdSPExt_Caption_Children
Value: 3
Children's captions.
dvdSPExt_CC_Normal
Value: 5
Normal-sized closed captions.
dvdSPExt_CC_Big
Value: 6
Big closed captions.
dvdSPExt_CC_Children
Value: 7
Children's closed captions.
dvdSPExt_Forced
Value: 9
Forced.
dvdSPExt_DirectorComments_Normal
Value: 13
Normal-sized director's comments.
dvdSPExt_DirectorComments_Big
Value: 14
Big director's comments.
dvdSPExt_DirectorComments_Children
Value: 15
Director's comments for children.

Requirements

Requirement Value
Header segment.h (include Msvidctl.h)

See also

DefaultSubpictureLanguageExt

SelectDefaultSubpictureLanguage

Video Control Enumerations