Microsoft DirectX 9.0 SDK Update (Summer 2004) |
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: Declared in dmusici.h.
See Also
© 2004 Microsoft Corporation. All rights reserved.