Show / Hide Table of Contents

Class ReceptionReport

Maintains the reception statistics for a received RTP stream.

Inheritance
System.Object
ReceptionReport
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
Assembly: SIPSorcery.dll
Syntax
public class ReceptionReport

Constructors

| Improve this Doc View Source

ReceptionReport(UInt32)

Creates a new Reception Report object.

Declaration
public ReceptionReport(uint ssrc)
Parameters
Type Name Description
System.UInt32 ssrc

The synchronisation source this reception report is for.

Fields

| Improve this Doc View Source

SSRC

Data source being reported.

Declaration
public uint SSRC
Field Value
Type Description
System.UInt32

Methods

| Improve this Doc View Source

GetSample(UInt32)

Gets a point in time sample for the reception report.

Declaration
public ReceptionReportSample GetSample(uint ntpTimestampNow)
Parameters
Type Name Description
System.UInt32 ntpTimestampNow
Returns
Type Description
ReceptionReportSample

A reception report sample.

Extension Methods

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