DMUS_IO_PLAYMARKER
The DMUS_IO_PLAYMARKER structure contains information about a play marker, which is a point within a primary segment where a new segment is permitted to start playing. Used in the Marker Track List.
Syntax
typedef struct _DMUS_IO_PLAY_MARKER {
MUSIC_TIME mtTime;
} DMUS_IO_PLAY_MARKER;
Members
mtTime
Time of legal play point.
Requirements
** Header:** Dmusicf.h
See Also