Show / Hide Table of Contents

Class MediaStream.PendingPackages

Inheritance
System.Object
MediaStream.PendingPackages
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
protected class PendingPackages

Constructors

| Improve this Doc View Source

PendingPackages()

Declaration
public PendingPackages()
| Improve this Doc View Source

PendingPackages(RTPHeader, Int32, IPEndPoint, Byte[], VideoStream)

Declaration
public PendingPackages(RTPHeader hdr, int localPort, IPEndPoint remoteEndPoint, byte[] buffer, VideoStream videoStream)
Parameters
Type Name Description
RTPHeader hdr
System.Int32 localPort
System.Net.IPEndPoint remoteEndPoint
System.Byte[] buffer
VideoStream videoStream

Fields

| Improve this Doc View Source

buffer

Declaration
public byte[] buffer
Field Value
Type Description
System.Byte[]
| Improve this Doc View Source

hdr

Declaration
public RTPHeader hdr
Field Value
Type Description
RTPHeader
| Improve this Doc View Source

localPort

Declaration
public int localPort
Field Value
Type Description
System.Int32
| Improve this Doc View Source

remoteEndPoint

Declaration
public IPEndPoint remoteEndPoint
Field Value
Type Description
System.Net.IPEndPoint
| Improve this Doc View Source

videoStream

Declaration
public VideoStream videoStream
Field Value
Type Description
VideoStream

Extension Methods

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