Lines Matching defs:Configuration
48 struct Configuration { struct
56 bool audio = false;
59 uint32_t local_media_ssrc = 0;
61 Clock* clock = nullptr;
64 Transport* outgoing_transport = nullptr;
67 bool non_sender_rtt_measurement = false;
78 std::function<void(TimeDelta)> schedule_next_rtcp_send_evaluation_function;
80 RtcEventLog* event_log = nullptr;
81 absl::optional<TimeDelta> rtcp_report_interval;
82 ReceiveStatisticsProvider* receive_statistics = nullptr;
106 explicit RTCPSender(Configuration config); argument