3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/rtc/EcnMarking.h"
10namespace rtc {
class SocketAddress; }
11namespace webrtc {
class Timestamp; }
19 enum class DecryptionInfo :
int {
44 MCNAPI ::rtc::ReceivedPacket
CopyAndSet(::rtc::ReceivedPacket::DecryptionInfo)
const;
49 ::std::optional<::webrtc::Timestamp>,
51 ::rtc::ReceivedPacket::DecryptionInfo
67 ::std::optional<::webrtc::Timestamp>,
69 ::rtc::ReceivedPacket::DecryptionInfo
Definition _HeaderOutputPredefine.h:258
Definition ReceivedPacket.h:16
MCAPI::rtc::ReceivedPacket CopyAndSet(::rtc::ReceivedPacket::DecryptionInfo) const
static MCAPI ::rtc::ReceivedPacket CreateFromLegacy(uchar const *, uint64, int64, ::rtc::SocketAddress const &)
MCAPI ReceivedPacket(::rtc::ArrayView< uchar const >, ::rtc::SocketAddress const &, ::std::optional<::webrtc::Timestamp >, ::rtc::EcnMarking, ::rtc::ReceivedPacket::DecryptionInfo)
MCAPI void * $ctor(::rtc::ArrayView< uchar const >, ::rtc::SocketAddress const &, ::std::optional<::webrtc::Timestamp >, ::rtc::EcnMarking, ::rtc::ReceivedPacket::DecryptionInfo)
Definition SocketAddress.h:12