Show / Hide Table of Contents

Class VoIPMediaSessionConfig

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

Properties

| Improve this Doc View Source

AudioExtrasEncoder

Declaration
public IAudioEncoder AudioExtrasEncoder { get; set; }
Property Value
Type Description
SIPSorceryMedia.Abstractions.IAudioEncoder
| Improve this Doc View Source

BindAddress

Declaration
public IPAddress BindAddress { get; set; }
Property Value
Type Description
System.Net.IPAddress
| Improve this Doc View Source

BindPort

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

MediaEndPoint

Declaration
public MediaEndPoints MediaEndPoint { get; set; }
Property Value
Type Description
SIPSorceryMedia.Abstractions.MediaEndPoints
| Improve this Doc View Source

RtpPortRange

Declaration
public PortRange RtpPortRange { get; set; }
Property Value
Type Description
PortRange
| Improve this Doc View Source

RtpSecureMediaOption

Declaration
public RtpSecureMediaOptionEnum RtpSecureMediaOption { get; set; }
Property Value
Type Description
RtpSecureMediaOptionEnum
| Improve this Doc View Source

TestPatternSource

Declaration
public VideoTestPatternSource TestPatternSource { get; set; }
Property Value
Type Description
VideoTestPatternSource

Extension Methods

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