PortAudio  2.0
Data Fields
PaWasapiStreamPassthrough Struct Reference

#include <pa_win_wasapi.h>

Data Fields

PaWasapiPassthroughFormat formatId
 
unsigned int encodedSamplesPerSec
 
unsigned int encodedChannelCount
 
unsigned int averageBytesPerSec
 

Detailed Description

Passthrough details.

Passthrough details provide direct link to the additional members in WAVEFORMATEXTENSIBLE_IEC61937. Passthrough mode allows to pass encoded data inside the PCM containers to the audio device.

Detailed description about supported formats and examples are provided in Microsoft documentation "Representing Formats for IEC 61937 Transmissions".

See Also
paWinWasapiPassthrough
Version
Available as of 19.8.0

Field Documentation

unsigned int PaWasapiStreamPassthrough::averageBytesPerSec
unsigned int PaWasapiStreamPassthrough::encodedChannelCount

Referenced by main().

unsigned int PaWasapiStreamPassthrough::encodedSamplesPerSec

Referenced by main().

PaWasapiPassthroughFormat PaWasapiStreamPassthrough::formatId

Referenced by main().


The documentation for this struct was generated from the following file: