#include "cast/streaming/impl/sender_report_parser.h"
#include "cast/streaming/impl/packet_util.h"
#include "util/osp_logging.h"
namespace openscreen::cast {
SenderReportParser::SenderReportWithId::SenderReportWithId() = default;
SenderReportParser::SenderReportWithId::~SenderReportWithId() = default;
SenderReportParser::SenderReportParser(RtcpSession& session)
: … { … }
SenderReportParser::~SenderReportParser() = default;
std::optional<SenderReportParser::SenderReportWithId> SenderReportParser::Parse(
ByteView buffer) { … }
}