Microsoft DirectX 9.0 |
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: Declared in dmusici.h.
See Also