estructura KSWAVETABLE_WAVE_DESC (ksmedia.h)

En este tema se describe la estructura KSWAVETABLE_WAVE_DESC (ksmedia.h).

Sintaxis

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

Miembros

Identifier

Define el identificador de miembro KSIDENTIFIER.

Size

Define el tamaño del miembro ULONG.

Looped

Define el miembro BOOLLooped.

LoopPoint

Define el LoopPoint miembro de ULONG.

InROM

Define el miembro BOOLInROM.

Format

Define el formato de miembro KSDATAFORMAT.

Requisitos

Requisito Valor
Header ksmedia.h (incluya Ksmedia.h)