FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations
gxf.h File Reference

Go to the source code of this file.

Enumerations

enum  GXFPktType {
  PKT_MAP = 0xbc, PKT_MEDIA = 0xbf, PKT_EOS = 0xfb, PKT_FLT = 0xfc,
  PKT_UMF = 0xfd
}
 
enum  GXFMatTag {
  MAT_NAME = 0x40, MAT_FIRST_FIELD = 0x41, MAT_LAST_FIELD = 0x42, MAT_MARK_IN = 0x43,
  MAT_MARK_OUT = 0x44, MAT_SIZE = 0x45
}
 
enum  GXFTrackTag {
  TRACK_NAME = 0x4c, TRACK_AUX = 0x4d, TRACK_VER = 0x4e, TRACK_MPG_AUX = 0x4f,
  TRACK_FPS = 0x50, TRACK_LINES = 0x51, TRACK_FPF = 0x52
}
 

Enumeration Type Documentation

enum GXFPktType
Enumerator
PKT_MAP 
PKT_MEDIA 
PKT_EOS 
PKT_FLT 
PKT_UMF 

Definition at line 25 of file gxf.h.

enum GXFMatTag
Enumerator
MAT_NAME 
MAT_FIRST_FIELD 
MAT_LAST_FIELD 
MAT_MARK_IN 
MAT_MARK_OUT 
MAT_SIZE 

Definition at line 33 of file gxf.h.

Enumerator
TRACK_NAME 
TRACK_AUX 
TRACK_VER 
TRACK_MPG_AUX 
TRACK_FPS 
TRACK_LINES 
TRACK_FPF 

Definition at line 42 of file gxf.h.