Searched refs:pWfxOut (Results 1 – 1 of 1) sorted by relevance
1821 WAVEFORMATEX* pWfxOut = NULL; in InitPlayout() local1833 hr = _ptrClientOut->GetMixFormat(&pWfxOut); in InitPlayout()1838 << rtc::ToHex(pWfxOut->wFormatTag) << " (" in InitPlayout()1839 << pWfxOut->wFormatTag << ")"; in InitPlayout()1841 RTC_LOG(LS_VERBOSE) << "nChannels : " << pWfxOut->nChannels; in InitPlayout()1843 RTC_LOG(LS_VERBOSE) << "nSamplesPerSec : " << pWfxOut->nSamplesPerSec; in InitPlayout()1845 RTC_LOG(LS_VERBOSE) << "nAvgBytesPerSec: " << pWfxOut->nAvgBytesPerSec; in InitPlayout()1847 RTC_LOG(LS_VERBOSE) << "nBlockAlign : " << pWfxOut->nBlockAlign; in InitPlayout()1849 RTC_LOG(LS_VERBOSE) << "wBitsPerSample : " << pWfxOut->wBitsPerSample; in InitPlayout()1850 RTC_LOG(LS_VERBOSE) << "cbSize : " << pWfxOut->cbSize; in InitPlayout()[all …]