chromium/third_party/openscreen/src/cast/streaming/impl/rtp_defines.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/rtp_defines.h"

#include "util/osp_logging.h"

namespace openscreen::cast {

RtpPayloadType GetPayloadType(AudioCodec codec, bool use_android_rtp_hack) {}

RtpPayloadType GetPayloadType(VideoCodec codec, bool use_android_rtp_hack) {}

StreamType ToStreamType(RtpPayloadType type, bool use_android_rtp_hack) {}

bool IsRtpPayloadType(uint8_t raw_byte) {}

bool IsRtcpPacketType(uint8_t raw_byte) {}

}  // namespace openscreen::cast