DMUS_IO_PLAYMARKER

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

DMUS_IO_PLAYMARKER

The DMUS_IO_PLAYMARKER structure 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.

Syntax

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.

See Also


© 2004 Microsoft Corporation. All rights reserved.