Table of Contents

Struct RtcpReportBlock

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

Constructors

public RtcpReportBlock(ReadOnlySpan<byte> data)

Parameters

data ReadOnlySpan<byte>

Properties

public uint CumulativePacketsLost { get; }

Property Value

uint
public uint DelaySinceLastSenderReport { get; }

Property Value

uint
public uint ExtendedHighestSequenceNumberReceived { get; }

Property Value

uint
public ushort FractionLost { get; }

Property Value

ushort
public uint InterarrivalJitter { get; }

Property Value

uint
public uint LastSenderReport { get; }

Property Value

uint
public ushort SynchronizationSource { get; }

Property Value

ushort