// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CAST_STREAMING_IMPL_SENDER_REPORT_BUILDER_H_ #define CAST_STREAMING_IMPL_SENDER_REPORT_BUILDER_H_ #include <stdint.h> #include <utility> #include "cast/streaming/impl/rtcp_common.h" #include "cast/streaming/impl/rtcp_session.h" #include "cast/streaming/impl/rtp_defines.h" #include "platform/api/time.h" #include "platform/base/span.h" namespace openscreen::cast { // Builds RTCP packets containing one Sender Report. class SenderReportBuilder { … }; } // namespace openscreen::cast #endif // CAST_STREAMING_IMPL_SENDER_REPORT_BUILDER_H_