Home
last modified time | relevance | path

Searched refs:GetAudioRecorderCaps (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.h29 std::vector<std::shared_ptr<AudioRecorderCaps>> GetAudioRecorderCaps() override;
H A Drecorder_profiles_impl.cpp83 std::vector<std::shared_ptr<AudioRecorderCaps>> RecorderProfilesImpl::GetAudioRecorderCaps() in GetAudioRecorderCaps() function in OHOS::Media::RecorderProfilesImpl
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h271 virtual std::vector<std::shared_ptr<AudioRecorderCaps>> GetAudioRecorderCaps() = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h67 static napi_value GetAudioRecorderCaps(napi_env env, napi_callback_info info);
H A Drecorder_capability_napi.cpp26 napi_value RecorderCapabilityNapi::GetAudioRecorderCaps(napi_env env, napi_callback_info info) in GetAudioRecorderCaps() function in OHOS::Media::RecorderCapabilityNapi
59 … auto audioRecorderCaps = RecorderProfilesFactory::CreateRecorderProfiles().GetAudioRecorderCaps(); in GetAudioRecorderCaps()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp158 RecorderProfilesFactory::CreateRecorderProfiles().GetAudioRecorderCaps();