Searched refs:audioFilter (Results 1 – 1 of 1) sorted by relevance
2556 sptr <AudioStandard::AudioRendererFilter> audioFilter = new(std::nothrow) AudioRendererFilter(); in SelectOutputDevice() local2557 … CHECK_AND_RETURN_RET_LOG(audioFilter != nullptr, ERR_NO_MEMORY, "new AudioRendererFilter failed"); in SelectOutputDevice()2558 audioFilter->uid = uid; in SelectOutputDevice()2559 audioFilter->rendererInfo.contentType = ContentType::CONTENT_TYPE_MUSIC; in SelectOutputDevice()2560 audioFilter->rendererInfo.streamUsage = StreamUsage::STREAM_USAGE_MEDIA; in SelectOutputDevice()2571 int32_t ret = audioSystemMgr->SelectOutputDevice(audioFilter, audioDescriptor); in SelectOutputDevice()