Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h660 static AudioStreamType FindStreamTypeBySourceType(SourceType sourceType);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp111 AudioStreamType audioStreamType = FindStreamTypeBySourceType(sourceType); in Create()
799 AudioStreamType AudioCapturer::FindStreamTypeBySourceType(SourceType sourceType) in FindStreamTypeBySourceType() function in OHOS::AudioStandard::AudioCapturer