Show / Hide Table of Contents

Class RTPReorderBuffer

Inheritance
System.Object
RTPReorderBuffer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.net.RTP
Assembly: SIPSorcery.dll
Syntax
public class RTPReorderBuffer

Constructors

| Improve this Doc View Source

RTPReorderBuffer(TimeSpan, IDateTime)

Declaration
public RTPReorderBuffer(TimeSpan maxDropOutTime, IDateTime datetimeProvider = null)
Parameters
Type Name Description
System.TimeSpan maxDropOutTime
IDateTime datetimeProvider

Methods

| Improve this Doc View Source

Add(RTPPacket)

Declaration
public void Add(RTPPacket current)
Parameters
Type Name Description
RTPPacket current
| Improve this Doc View Source

Get(out RTPPacket)

Declaration
public bool Get(out RTPPacket packet)
Parameters
Type Name Description
RTPPacket packet
Returns
Type Description
System.Boolean

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX