Searched defs:VideoRecorderConfig (Results 1 – 1 of 1) sorted by relevance
82 struct VideoRecorderConfig { struct83 int32_t audioSourceId = 0;85 int32_t metaSourceId = 0;87 int32_t channelCount = 2;88 int32_t duration = 60;91 int32_t frameRate = 30;94 double captureFps = 30;95 int32_t outputFd = 0;103 float latitude = 30.0;104 float longitude = 60.0;[all …]