Show / Hide Table of Contents

Class RTPHeaderExtensionData

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

Constructors

| Improve this Doc View Source

RTPHeaderExtensionData(Int32, Byte[], RTPHeaderExtensionType)

Declaration
public RTPHeaderExtensionData(int id, byte[] data, RTPHeaderExtensionType type)
Parameters
Type Name Description
System.Int32 id
System.Byte[] data
RTPHeaderExtensionType type

Properties

| Improve this Doc View Source

Data

Declaration
public byte[] Data { get; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

Id

Declaration
public int Id { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Type

Declaration
public RTPHeaderExtensionType Type { get; }
Property Value
Type Description
RTPHeaderExtensionType

Extension Methods

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