Class AbsSendTimeExtension
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.RTPHeaderExtensions
Assembly: SIPSorcery.dll
Syntax
public class AbsSendTimeExtension : RTPHeaderExtension
Constructors
| Improve this Doc View SourceAbsSendTimeExtension(Int32)
Declaration
public AbsSendTimeExtension(int id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id |
Fields
| Improve this Doc View SourceRTP_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 SourceMarshal()
Declaration
public override byte[] Marshal()
Returns
Type | Description |
---|---|
System.Byte[] |
Overrides
| Improve this Doc View SourceSet(Object)
Declaration
public override void Set(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Overrides
| Improve this Doc View SourceUnmarshal(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 |