Searched refs:AudioRecorderProfile (Results 1 – 6 of 6) sorted by relevance
45 std::shared_ptr<AudioRecorderProfile> profile = std::make_shared<AudioRecorderProfile>();62 std::shared_ptr<AudioRecorderProfile> profile = std::make_shared<AudioRecorderProfile>();
233 struct AudioRecorderProfile { struct252 virtual bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) = 0;
74 …static bool ExtractAudioRecorderProfile(napi_env env, napi_value profile, AudioRecorderProfile &re…87 AudioRecorderProfile profile;
272 …tyNapi::ExtractAudioRecorderProfile(napi_env env, napi_value profile, AudioRecorderProfile &result) in ExtractAudioRecorderProfile()
27 bool IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) override;
65 bool RecorderProfilesImpl::IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) in IsAudioRecorderConfigSupported()