DVDSPExt Enumeration

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
    Extension not specified.

  • dvdSPExt_Caption_Normal
    Normal caption size.

  • dvdSPExt_Caption_Big
    Big captions.

  • dvdSPExt_Caption_Children
    Children's captions.

  • dvdSPExt_CC_Normal
    Normal-sized closed captions.

  • dvdSPExt_CC_Big
    Big closed captions.

  • dvdSPExt_CC_Children
    Children's closed captions.

  • dvdSPExt_Forced
    Forced.

  • dvdSPExt_DirectorComments_Normal
    Normal-sized director's comments.

  • dvdSPExt_DirectorComments_Big
    Big director's comments.

  • dvdSPExt_DirectorComments_Children
    Director's comments for children.

Requirements

Header Declared in Dshow.h.

See Also

DefaultSubpictureLanguageExt
SelectDefaultSubpictureLanguage
Video Control Enumerations

Send comments about this topic to Microsoft

Build date: 12/4/2008