Searched defs:pPcmProperties (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp106 static void drvHostCoreAudioPCMInfoToASBDesc(PDMPCMPROPS *pPcmProperties, AudioStreamBasicDescription *pStreamDesc) argument
111 pStreamDesc->mSampleRate = (Float64)pPcmProperties->uHz;
112 pStreamDesc->mChannelsPerFrame = pPcmProperties->cChannels;
113 pStreamDesc->mBitsPerChannel = pPcmProperties->cBits;
114 if (pPcmProperties->fSigned)

Completed in 48 milliseconds