estructura KSWAVE_COMPATCAPS (ksmedia.h)

La estructura KSWAVE_COMPATCAPS se usa para describir las funcionalidades compatibles de un dispositivo.

Sintaxis

typedef struct {
  ULONG ulDeviceType;
} KSWAVE_COMPATCAPS, *PKSWAVE_COMPATCAPS;

Miembros

ulDeviceType

Especifica las marcas siguientes:

Marca Significado
KSWAVE_COMPATCAPS_INPUT Indica que el dispositivo acepta la entrada.
KSWAVE_COMPATCAPS_OUTPUT Indica que el dispositivo genera la salida.

Comentarios

La propiedad KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES usa esta estructura.

Requisitos

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

Consulte también

KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES