Unit 'Media.MFObjects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_win_media]

TMFVideoInterlaceMode

Declaration

Source position: Media.MFObjects.pas line 316

type TMFVideoInterlaceMode = (

  MFVideoInterlace_Unknown = 0,

  

  MFVideoInterlace_Progressive = 2,

  

  MFVideoInterlace_FieldInterleavedUpperFirst = 3,

  

  MFVideoInterlace_FieldInterleavedLowerFirst = 4,

  

  MFVideoInterlace_FieldSingleUpper = 5,

  

  MFVideoInterlace_FieldSingleUpperFirst = MFVideoInterlace_FieldSingleUpper,

  

  MFVideoInterlace_FieldSingleLower = 6,

  

  MFVideoInterlace_FieldSingleLowerFirst = MFVideoInterlace_FieldSingleLower,

  

  MFVideoInterlace_MixedInterlaceOrProgressive = 7,

  

  MFVideoInterlace_Last = MFVideoInterlace_MixedInterlaceOrProgressive + 1,

  

  MFVideoInterlace_ForceDWORD = $7fffffff

  

);



CT Web help

CodeTyphon Studio