Lines Matching defs:VideoConfig
179 struct VideoConfig { struct
180 VideoConfig(size_t width, size_t height, int32_t fps) in VideoConfig() function
184 const size_t width;
186 const size_t height;
187 const int32_t fps;
190 absl::optional<std::string> stream_label;
193 absl::optional<VideoTrackInterface::ContentHint> content_hint;
202 absl::optional<VideoSimulcastConfig> simulcast_config;
206 absl::optional<int> temporal_layers_count;
211 absl::optional<int> max_encode_bitrate_bps;
217 absl::optional<int> min_encode_bitrate_bps;
222 absl::optional<std::string> input_dump_file_name;
227 absl::optional<std::string> output_dump_file_name;
229 bool show_on_screen = false;
233 absl::optional<std::string> sync_group;