DMUS_STREAM_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dmusicks.h

typedef enum {
  DMUS_STREAM_MIDI_INVALID,
  DMUS_STREAM_MIDI_RENDER,
  DMUS_STREAM_MIDI_CAPTURE,
  DMUS_STREAM_WAVE_SINK
} DMUS_STREAM_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dmusicks-dmus_stream_type)

DMUS_STREAM_TYPE enumeration

Description

Used for a DirectMusic synthesizer device.

Constants

DMUS_STREAM_MIDI_INVALID

DMUS_STREAM_MIDI_RENDER

DMUS_STREAM_MIDI_CAPTURE

DMUS_STREAM_WAVE_SINK