Searched defs:VideoOptions (Results 1 – 2 of 2) sorted by relevance
111 struct VideoOptions { struct115 void SetAll(const VideoOptions& change) { in SetAll() argument130 ost << "VideoOptions {"; in ToString() argument142 absl::optional<bool> video_noise_reduction;148 absl::optional<int> screencast_min_bitrate_kbps;153 absl::optional<bool> is_screencast;154 webrtc::VideoTrackInterface::ContentHint content_hint;158 static void SetFrom(absl::optional<T>* s, const absl::optional<T>& o) { in SetFrom()
37 VideoOptions::VideoOptions() in VideoOptions() function in cricket::VideoOptions