Show / Hide Table of Contents

Class AbsSendTimeExtension

Inheritance
System.Object
RTPHeaderExtension
AbsSendTimeExtension
Inherited Members
RTPHeaderExtension.GetRTPHeaderExtension(Int32, String, SDPMediaTypesEnum)
RTPHeaderExtension.Id
RTPHeaderExtension.Uri
RTPHeaderExtension.ExtensionSize
RTPHeaderExtension.Medias
RTPHeaderExtension.Type
RTPHeaderExtension.IsMediaSupported(SDPMediaTypesEnum)
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.RTPHeaderExtensions
Assembly: SIPSorcery.dll
Syntax
public class AbsSendTimeExtension : RTPHeaderExtension

Constructors

| Improve this Doc View Source

AbsSendTimeExtension(Int32)

Declaration
public AbsSendTimeExtension(int id)
Parameters
Type Name Description
System.Int32 id

Fields

| Improve this Doc View Source

RTP_HEADER_EXTENSION_URI

Declaration
public const string RTP_HEADER_EXTENSION_URI = "http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time"
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

Marshal()

Declaration
public override byte[] Marshal()
Returns
Type Description
System.Byte[]
Overrides
RTPHeaderExtension.Marshal()
| Improve this Doc View Source

Set(Object)

Declaration
public override void Set(object value)
Parameters
Type Name Description
System.Object value
Overrides
RTPHeaderExtension.Set(Object)
| Improve this Doc View Source

Unmarshal(RTPHeader, Byte[])

Declaration
public override object Unmarshal(RTPHeader header, byte[] data)
Parameters
Type Name Description
RTPHeader header
System.Byte[] data
Returns
Type Description
System.Object
Overrides
RTPHeaderExtension.Unmarshal(RTPHeader, Byte[])

Extension Methods

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