chromium/third_party/openscreen/src/cast/streaming/impl/sender_report_builder.cc

// 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.

#include "cast/streaming/impl/sender_report_builder.h"

#include "cast/streaming/impl/packet_util.h"
#include "util/osp_logging.h"

namespace openscreen::cast {

SenderReportBuilder::SenderReportBuilder(RtcpSession& session)
    :{}

SenderReportBuilder::~SenderReportBuilder() = default;

std::pair<ByteBuffer, StatusReportId> SenderReportBuilder::BuildPacket(
    const RtcpSenderReport& sender_report,
    ByteBuffer buffer) const {}

Clock::time_point SenderReportBuilder::GetRecentReportTime(
    StatusReportId report_id,
    Clock::time_point on_or_before) const {}

}  // namespace openscreen::cast