Searched defs:VideoOptions (Results 1 – 2 of 2) sorted by relevance
106 struct VideoOptions { struct110 void SetAll(const VideoOptions& change) { in SetAll() argument125 ost << "VideoOptions {"; in ToString() argument137 absl::optional<bool> video_noise_reduction;141 absl::optional<int> screencast_min_bitrate_kbps;146 absl::optional<bool> is_screencast;147 webrtc::VideoTrackInterface::ContentHint content_hint;151 static void SetFrom(absl::optional<T>* s, const absl::optional<T>& o) { in SetFrom()
15 VideoOptions::VideoOptions() in VideoOptions() function in cricket::VideoOptions