Class CVOExtension
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 CVOExtension : RTPHeaderExtension
Constructors
| Improve this Doc View SourceCVOExtension(Int32)
Declaration
public CVOExtension(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 = "urn:3gpp:video-orientation"
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)
To set video rotation
Declaration
public override void Set(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | A CVOExtension.CVO object is expected here |
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 |