Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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