Lines Matching defs:Video
45 struct Video { struct
46 bool enabled = false;
47 size_t width = 640;
48 size_t height = 480;
49 int32_t fps = 30;
50 int min_bitrate_bps = 50;
51 int target_bitrate_bps = 800;
52 int max_bitrate_bps = 800;
53 bool suspend_below_min_bitrate = false;
54 std::string codec = "VP8";
55 int num_temporal_layers = 1;
56 int selected_tl = -1;
57 int min_transmit_bps = 0;
58 bool ulpfec = false;
59 bool flexfec = false;
60 bool automatic_scaling = false;
61 std::string clip_path; // "Generator" to generate frames instead.
62 size_t capture_device_index = 0;
63 SdpVideoFormat::Parameters sdp_params;
64 double encoder_overshoot_factor = 0.0;