KSPROPERTY_WAVETABLE - NtDoc

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

typedef enum {
  KSPROPERTY_WAVETABLE_LOAD_SAMPLE,
  KSPROPERTY_WAVETABLE_UNLOAD_SAMPLE,
  KSPROPERTY_WAVETABLE_MEMORY,
  KSPROPERTY_WAVETABLE_VERSION
} KSPROPERTY_WAVETABLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Constants

KSPROPERTY_WAVETABLE_LOAD_SAMPLE

Defines the KSPROPERTY_WAVETABLE_LOAD_SAMPLE constant.

KSPROPERTY_WAVETABLE_UNLOAD_SAMPLE

Defines the KSPROPERTY_WAVETABLE_UNLOAD_SAMPLE constant.

KSPROPERTY_WAVETABLE_MEMORY

Defines the KSPROPERTY_WAVETABLE_MEMORY constant.

KSPROPERTY_WAVETABLE_VERSION

Defines the KSPROPERTY_WAVETABLE_VERSION constant.

Remarks

See also