Searched defs:VideoRecorderConfig (Results 1 – 1 of 1) sorted by relevance
82 struct VideoRecorderConfig { struct83 int32_t audioSourceId = 0;84 int32_t videoSourceId = 0;85 int32_t metaSourceId = 0;86 int32_t audioEncodingBitRate = 48000;87 int32_t channelCount = 2;88 int32_t duration = 60;89 int32_t width = YUV_BUFFER_WIDTH;90 int32_t height = YUV_BUFFER_HEIGHT;91 int32_t frameRate = 30;[all …]