Class RtcpUtilities
- Namespace
- DSharpPlus.VoiceLink.Rtp
- Assembly
- DSharpPlus.VoiceLink.dll
public static class RtcpUtilities
- Inheritance
-
RtcpUtilities
- Inherited Members
Methods
DecodeHeader(ReadOnlySpan<byte>)
public static RtcpHeader DecodeHeader(ReadOnlySpan<byte> source)
Parameters
source
ReadOnlySpan<byte>
Returns
HasRtcpReceiverReport(ReadOnlySpan<byte>)
Determines if the given buffer contains a valid RTCP header.
public static bool HasRtcpReceiverReport(ReadOnlySpan<byte> source)
Parameters
source
ReadOnlySpan<byte>The data to reference.
Returns
- bool
Whether the data contains a valid RTCP header.