mxOmfEventAbbreviatedInfo_t

 

 Abbreviated version of mxOmfEventInfo_t

 See mxOmfEventInfo_t for value documentation

 

 Provides a method to gain access to critical values of the

 previous, next, and nextnext events on the track for

 purposes of look back and look ahead.

 

 This may be useful in mapping to or from some (your?) foreign

 edit data model.

 

 See mxOmfGetNextPrevEventAbbreviatedInfo()

 See mxOmfGetNextNextEventAbbreviatedInfo()

 See mxOmfGetNextNextNextEventAbbreviatedInfo()

 See CMaxOmfSdkDemoDoc::GetMxOmfInfo()

 

typedef struct tagMxOmfEventAbbreviatedInfo_t

{

 

  BOOL m_bEventIsFill;

  BOOL m_bEventIsTran;

  unsigned int m_eEventType;

  signed long m_lTransDur;

  unsigned short m_usWipePattern;

 

  MXOMF_TCT m_tctRtctype;

  MXOMF_TIMECODE m_tcRIn;

  MXOMF_TIMECODE m_tcROut;

  MXOMF_TIMECODE m_tcRKeyOut;     //   for 2nd line when key

  MXOMF_TCT m_tctStctype;

  MXOMF_TIMECODE m_tcSIn;

 

     data from the associated MasterMob

  mxOmfMasterInfo_t m_MxMasterInfo;

 

} mxOmfEventAbbreviatedInfo_t;