KSWAVETABLE_WAVE_DESC structure (ksmedia.h)

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

Syntax

typedef struct {
  KSIDENTIFIER Identifier;
  ULONG        Size;
  BOOL         Looped;
  ULONG        LoopPoint;
  BOOL         InROM;
  KSDATAFORMAT Format;
} KSWAVETABLE_WAVE_DESC, *PKSWAVETABLE_WAVE_DESC;

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.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)