Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp45 std::shared_ptr<AudioRecorderProfile> profile = std::make_shared<AudioRecorderProfile>();
62 std::shared_ptr<AudioRecorderProfile> profile = std::make_shared<AudioRecorderProfile>();
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h233 struct AudioRecorderProfile { struct
252 virtual bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) = 0;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h74 …static bool ExtractAudioRecorderProfile(napi_env env, napi_value profile, AudioRecorderProfile &re…
87 AudioRecorderProfile profile;
H A Drecorder_capability_napi.cpp272 …tyNapi::ExtractAudioRecorderProfile(napi_env env, napi_value profile, AudioRecorderProfile &result) in ExtractAudioRecorderProfile()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.h27 bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) override;
H A Drecorder_profiles_impl.cpp65 bool RecorderProfilesImpl::IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) in IsAudioRecorderConfigSupported()