Home
last modified time | relevance | path

Searched refs:micInfos_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/src/
H A Ddaudio_handler.cpp60 for (const auto &value : micInfos_.sampleRates) { in AddItemsToObject()
67 for (const auto &value : micInfos_.channels) { in AddItemsToObject()
74 for (const auto &value : micInfos_.formats) { in AddItemsToObject()
181 micInfos_.sampleRates = OHOS::AudioStandard::AudioCapturer::GetSupportedSamplingRates(); in QueryAudioInfo()
182 micInfos_.formats = OHOS::AudioStandard::AudioCapturer::GetSupportedFormats(); in QueryAudioInfo()
183 micInfos_.channels = OHOS::AudioStandard::AudioCapturer::GetSupportedChannels(); in QueryAudioInfo()
/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/include/
H A Ddaudio_handler.h58 AudioInfo micInfos_; variable