Searched defs:VideoRecorderProfile (Results 1 – 2 of 2) sorted by relevance
73 struct VideoRecorderProfile { struct90 VideoRecorderProfile profile; argument
212 struct VideoRecorderProfile { struct214 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;221 int32_t videoBitrate = 0;222 int32_t videoFrameWidth = 0;223 int32_t videoFrameHeight = 0;[all …]