Microsoft DirectX 8.0 (C++)

DMUS_PLAY_MARKER_PARAM

Contains information about a play marker.

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

GUID_Play_Marker