Home
last modified time | relevance | path

Searched defs:VideoOptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/media/base/
H A Dmedia_channel.h111 struct VideoOptions { struct
115 void SetAll(const VideoOptions& change) { in SetAll() argument
130 ost << "VideoOptions {"; in ToString() argument
142 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()
H A Dmedia_channel.cc37 VideoOptions::VideoOptions() in VideoOptions() function in cricket::VideoOptions