"Track" data structure for input or output
Represents a Track on a composition
See mxOmfClearTrackInfo() for default values
See mxOmfEventAndSourceInfo_t for additional documentation and usage
See mxOmfGetNextTrackInfo()
See CMaxOmfSdkDemoOmfDoc::GetMxOmfInfo()
See Edit Data Representation
typedef struct tagMxOmfTrackInfo_t
{
unsigned long m_ulUniqueIndex; // assigned uniquely for house keeping
MXOMF_CH m_eOmfMaxEncodedChannel; // the channel (Track) of this
// Track object on the composition
unsigned long m_ulTotalEventsOnTrack; // Talley of Events on Track
} mxOmfTrackInfo_t;