Microsoft DirectX 8.0 (C++)

DMUS_IO_MUTE

Contains information about a mute event on a channel. Used in the Mute Track Chunk.

typedef struct _DMUS_IO_MUTE {
    MUSIC_TIME  mtTime;
    DWORD       dwPChannel;
    DWORD       dwPChannelMap;
} DMUS_IO_MUTE;

Members

mtTime
Time of the event.
dwPChannel
Performance channel to mute or remap.
dwPChannelMap
Channel to which dwPChannel is being mapped, or 0xFFFFFFFF if dwPChannel is to be muted.

Requirements

  Header: Declared in dmusicf.h.

See Also

DMUS_MUTE_PARAM