Microsoft DirectX 8.0 (C++)

DMUS_IO_PLAYMARKER

Contains information about a play marker, which is a point within a primary segment where a new segment is permitted to start playing. Used in the Marker Track List.

typedef struct _DMUS_IO_PLAY_MARKER {
    MUSIC_TIME mtTime; 
} DMUS_IO_PLAY_MARKER;

Members

mtTime
Time of legal play point.

Requirements

  Header: Declared in dmusicf.h.