Table of Contents

Struct RTPFrame

Namespace
Discord.Audio
Assembly
Discord.Net.Core.dll
public struct RTPFrame
Inherited Members

Constructors

RTPFrame(ushort, uint, byte[], bool)

public RTPFrame(ushort sequence, uint timestamp, byte[] payload, bool missed)

Parameters

sequence ushort
timestamp uint
payload byte[]
missed bool

Fields

Missed

public readonly bool Missed

Field Value

bool

Payload

public readonly byte[] Payload

Field Value

byte[]

Sequence

public readonly ushort Sequence

Field Value

ushort

Timestamp

public readonly uint Timestamp

Field Value

uint