DMUS_IO_SEGMENT_ITEM_HEADER
Contains information about a segment referenced in the Segment Trigger Track List.
typedef struct _DMUS_IO_SEGMENT_ITEM_HEADER{
MUSIC_TIME lTimeLogical;
MUSIC_TIME lTimePhysical;
DWORD dwPlayFlags;
DWORD dwFlags;
} DMUS_IO_SEGMENT_ITEM_HEADER;
Members
- lTimeLogical
- Time in the music with which the event is associated.
- lTimePhysical
- Actual time at which the segment is to play.
- dwPlayFlags
- Flags that will be passed to IDirectMusicPerformance8::PlaySegmentEx. See DMUS_SEGF_FLAGS.
- dwFlags
- Can be zero or the following value.
- DMUS_SEGMENTTRACKF_MOTIF
- The DMRF chunk is a link to a style, and the 'snam' chunk is the name of a motif within the style.
Header: Declared in dmusicf.h.