Searched defs:VideoRecorderProfile (Results 1 – 2 of 2) sorted by relevance
73 struct VideoRecorderProfile { struct90 VideoRecorderProfile profile; argument
212 struct VideoRecorderProfile { struct213 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 …]