Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp29 return RecorderProfilesImpl::GetInstance(); in CreateRecorderProfiles()
32 RecorderProfiles& RecorderProfilesImpl::GetInstance() in GetInstance()
34 static RecorderProfilesImpl instance; in GetInstance()
39 int32_t RecorderProfilesImpl::Init() in Init()
51 RecorderProfilesImpl::RecorderProfilesImpl() in RecorderProfilesImpl() function in OHOS::Media::RecorderProfilesImpl
56 RecorderProfilesImpl::~RecorderProfilesImpl() in ~RecorderProfilesImpl()
65 bool RecorderProfilesImpl::IsAudioRecorderConfigSupported(const AudioRecorderProfile &profile) in IsAudioRecorderConfigSupported()
77 bool RecorderProfilesImpl::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile()
83 std::vector<std::shared_ptr<AudioRecorderCaps>> RecorderProfilesImpl::GetAudioRecorderCaps() in GetAudioRecorderCaps()
97 std::vector<std::shared_ptr<VideoRecorderCaps>> RecorderProfilesImpl::GetVideoRecorderCaps() in GetVideoRecorderCaps()
[all …]
H A Drecorder_profiles_impl.h24 class RecorderProfilesImpl : public RecorderProfiles, public NoCopyable {
26 ~RecorderProfilesImpl();
36 RecorderProfilesImpl();