DMUS_IO_VALID_START
The DMUS_IO_VALID_START structure contains information about a valid start point in a segment that is to be cued to a rhythm. Used in the Marker Track List.
Syntax
typedef struct _DMUS_IO_VALID_START {
MUSIC_TIME mtTime;
} DMUS_IO_VALID_START;
Members
mtTime
Time of the start point.
Requirements
** Header:** Dmusicf.h
See Also