KSINTERFACE_MEDIA - NtDoc

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

typedef enum {
  KSINTERFACE_MEDIA_MUSIC,
  KSINTERFACE_MEDIA_WAVE_BUFFERED,
  KSINTERFACE_MEDIA_WAVE_QUEUED
} KSINTERFACE_MEDIA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ksinterface_media)

Description

This topic describes the KSINTERFACE_MEDIA enumeration (ksmedia.h).

Constants

KSINTERFACE_MEDIA_MUSIC

Defines the KSINTERFACE_MEDIA_MUSIC constant.

KSINTERFACE_MEDIA_WAVE_BUFFERED

Defines the KSINTERFACE_MEDIA_WAVE_BUFFERED constant.

KSINTERFACE_MEDIA_WAVE_QUEUED

Defines the KSINTERFACE_MEDIA_WAVE_QUEUED constant.

Remarks

See also