Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h103 …int32_t GetAudioTrackSource(const RecorderAudioSourceConfig &audioSourceConfig, TrackSource &track…
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp772 ret = GetAudioTrackSource(sourceManager_[i].audioSourceConfig, trackSource); in PrepareAudioSource()
896 int32_t RecorderImpl::GetAudioTrackSource(const RecorderAudioSourceConfig &audioSourceConfig, in GetAudioTrackSource() function in OHOS::Media::RecorderImpl