KSWAVETABLE_WAVE_DESC - NtDoc

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

typedef struct {
  KSIDENTIFIER Identifier;
  ULONG        Size;
  BOOL         Looped;
  ULONG        LoopPoint;
  BOOL         InROM;
  KSDATAFORMAT Format;
} KSWAVETABLE_WAVE_DESC, *PKSWAVETABLE_WAVE_DESC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-kswavetable_wave_desc)

Description

This topic describes the KSWAVETABLE_WAVE_DESC structure (ksmedia.h).

Members

Identifier

Defines the KSIDENTIFIER member Identifier.

Size

Defines the ULONG member Size.

Looped

Defines the BOOL member Looped.

LoopPoint

Defines the ULONG member LoopPoint.

InROM

Defines the BOOL member InROM.

Format

Defines the KSDATAFORMAT member Format.

Remarks

See also