Table of Contents

Struct RtcpReceiverReportPacket

Namespace
DSharpPlus.VoiceLink.Rtp
Assembly
DSharpPlus.VoiceLink.dll
public readonly record struct RtcpReceiverReportPacket : IEquatable<RtcpReceiverReportPacket>
Implements
Inherited Members

Constructors

public RtcpReceiverReportPacket(RtcpHeader header, ReadOnlySpan<byte> data)

Parameters

header RtcpHeader
data ReadOnlySpan<byte>

Properties

Gets the header of the RTCP packet.

public RtcpHeader Header { get; init; }

Property Value

RtcpHeader

Gets the report blocks of the RTCP packet.

public IReadOnlyList<RtcpReportBlock> ReportBlocks { get; init; }

Property Value

IReadOnlyList<RtcpReportBlock>