Condividi tramite


SIDEBANDAUDIO_STREAM_OPEN_PARAMS unione (sidebandaudio.h)

La struttura SIDEBANDAUDIO_STREAM_OPEN_PARAMS descrive i parametri di I/O variabile per IOCTLs.

Sintassi

typedef union {
  struct {
    ULONG         EpIndex;
    PKSDATAFORMAT Format;
    ULONG         SiopCount;
  };
  LONGLONG Alignment;
} SIDEBANDAUDIO_STREAM_OPEN_PARAMS, *PSIDEBANDAUDIO_STREAM_OPEN_PARAMS;

Members

EpIndex

Indice basato su 0 che indica l'endpoint nel dispositivo.

Format

Stream Formato KSDATAFORMAT.

SiopCount

Numero di parametri di input.

Alignment

Allineamento: consente l'allineamento di byte.

Requisiti

Requisito Valore
Intestazione sidebandaudio.h

Vedi anche

sidebandaudio.h