DMUS_PLAY_MARKER_PARAM
The DMUS_PLAY_MARKER_PARAM structure contains information about a play marker.
Syntax
typedef struct _DMUS_PLAY_MARKER_PARAM {
MUSIC_TIME mtTime;
} DMUS_PLAY_MARKER_PARAM;
Members
mtTime
Time of the first legal segment play marker before or at the requested time. The value is an offset from the requested time.
Requirements
** Header:** Dmusici.h
See Also