Searched defs:VideoConfig (Results 1 – 2 of 2) sorted by relevance
306 struct VideoConfig { struct315 size_t width;317 size_t height;318 int32_t fps;319 VideoResolution GetResolution() const { in GetResolution()325 absl::optional<std::string> stream_label;328 absl::optional<VideoTrackInterface::ContentHint> content_hint;337 absl::optional<VideoSimulcastConfig> simulcast_config;339 absl::optional<EmulatedSFUConfig> emulated_sfu_config;347 std::vector<RtpEncodingParameters> encoding_params;[all …]
202 VideoConfig::VideoConfig(const VideoResolution& resolution) in VideoConfig() function in webrtc::webrtc_pc_e2e::VideoConfig208 VideoConfig::VideoConfig(size_t width, size_t height, int32_t fps) in VideoConfig() function in webrtc::webrtc_pc_e2e::VideoConfig210 VideoConfig::VideoConfig(std::string stream_label, in VideoConfig() function in webrtc::webrtc_pc_e2e::VideoConfig