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

/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp1014 uint32_t *pcSamplesLive)
1019 /* pcSamplesLive is optional. */
1128 if (pcSamplesLive)
1129 *pcSamplesLive = cSamplesLive;
1012 drvAudioQueryStatus(PPDMIAUDIOCONNECTOR pInterface, uint32_t *pcbAvailIn, uint32_t *pcbFreeOut, uint32_t *pcSamplesLive) argument

Completed in 1614 milliseconds