MXOMF_TCT type

 

 

 "Timecode type" signals count mode (drop-frame or non-drop) and

 count modulus 30 for NTSC, or count modulus and non-drop count mode

 for PAL or FILM.

 

 MXOMF_TCT_NON or MXOMF_TCT_DROP

implies MXOMF_TVSTND_NTSC (count modulus of 30)

 MXOMF_TCT_PAL

implies MXOMF_TVSTND_PAL (count modulus of 25) and non-drop frame count mode

 MXOMF_TCT_FILM

implies MXOMF_TVSTND_FILM (count modulus of 24) and non-drop frame count mode

 

 See MXOMF_TVSTND

 See mxOmfTct2TvStnd()

 

 

typedef enum

{

  MXOMF_TCT_NON   = 0,

  MXOMF_TCT_DROP,   1

  MXOMF_TCT_PAL,    2

  MXOMF_TCT_FILM,   3

  MXOMF_TCT_NOTSET, 4

  MXOMF_TCT_UNKNOWN 5

} MXOMF_TCT;