Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h42 struct StreamerConfig { struct
44 std::string device_id;
47 std::string group_id;
50 int client_files_port;
51 ServerConfig operator_server;
54 std::pair<uint16_t, uint16_t> udp_port_range = {15550, 15599};
55 std::pair<uint16_t, uint16_t> tcp_port_range = {15550, 15599};
57 std::string openwrt_device_id;
81 const StreamerConfig& cfg, RecordingManager& recording_manager, argument