Microsoft DirectX 9.0

DMUS_IO_SEGMENT_ITEM_HEADER

The DMUS_IO_SEGMENT_ITEM_HEADER structure contains information about a segment referenced in the Segment Trigger Track List.

Syntax

typedef struct _DMUS_IO_SEGMENT_ITEM_HEADER{
  MUSIC_TIME  lTimeLogical;
  MUSIC_TIME  lTimePhysical;
  DWORD     dwPlayFlags;
  DWORD     dwFlags;
} DMUS_IO_SEGMENT_ITEM_HEADER;

Members

lTimeLogical

Time in the music with which the event is associated.

lTimePhysical

Actual time at which the segment is to play.

dwPlayFlags

Flags that will be passed to IDirectMusicPerformance8::PlaySegmentEx. See DMUS_SEGF_FLAGS.

dwFlags

Can be zero or the following value.

Value Description
DMUS_SEGMENTTRACKF_MOTIF The DMRF chunk is a link to a style, and the 'snam' chunk is the name of a motif within the style.

Requirements

  Header: Declared in dmusicf.h.

See Also