Home
last modified time | relevance | path

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

/external/openscreen/cast/standalone_sender/
Dconnection_settings.h19 struct ConnectionSettings { struct
21 IPEndpoint receiver_endpoint;
24 std::string path_to_file;
28 int max_bitrate = 0;
31 bool should_include_video = true;
36 bool use_android_rtp_hack = true;
40 bool use_remoting = false;
43 bool should_loop_video = true;
46 VideoCodec codec;
/external/rust/crates/quiche/src/h3/
Dmod.rs814 struct ConnectionSettings { struct
837 local_settings: ConnectionSettings, argument