Home
last modified time | relevance | path

Searched defs:VideoRecorderProfile (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/interfaces/kits/js/
Dvideo_recorder_napi.h73 struct VideoRecorderProfile { struct
90 VideoRecorderProfile profile; argument
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Drecorder_profiles.h212 struct VideoRecorderProfile { struct
213 std::string containerFormatType = "";
214 std::string audioCodec = "";
215 std::string videoCodec = "";
216 int32_t audioBitrate = 0;
217 int32_t audioChannels = 0;
218 int32_t audioSampleRate = 0;
219 int32_t durationTime = 0;
220 int32_t qualityLevel = RECORDER_QUALITY_LOW;
221 int32_t videoBitrate = 0;
[all …]