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

/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc290 if (SUCCEEDED(GetMixFormat(device_id, &audio_engine_mix_format, &effects))) {
304 HRESULT WASAPIAudioInputStream::GetMixFormat(const std::string& device_id, function in class:media::WASAPIAudioInputStream
344 return SUCCEEDED(hr) ? audio_client->GetMixFormat(device_format) : hr;
591 // The GetMixFormat() method retrieves the stream format that the
598 hr = audio_client_->GetMixFormat(

Completed in 140 milliseconds