Show / Hide Table of Contents

Class CVOExtension

Inheritance
System.Object
RTPHeaderExtension
CVOExtension
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 CVOExtension : RTPHeaderExtension

Constructors

| Improve this Doc View Source

CVOExtension(Int32)

Declaration
public CVOExtension(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 = "urn:3gpp:video-orientation"
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)

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
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