Table of Contents

Struct RtpHeader

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

Properties

public byte CsrcCount { get; }

Property Value

byte
public byte FirstMetadata { get; init; }

Property Value

byte
public bool HasExtension { get; }

Property Value

bool
public bool HasMarker { get; }

Property Value

bool
public bool HasPadding { get; }

Property Value

bool
public byte PayloadType { get; }

Property Value

byte
public byte SecondMetadata { get; init; }

Property Value

byte
public ushort Sequence { get; init; }

Property Value

ushort
public uint Ssrc { get; init; }

Property Value

uint
public uint Timestamp { get; init; }

Property Value

uint
public byte Version { get; }

Property Value

byte