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 SourceAudioExtrasEncoder
Declaration
public IAudioEncoder AudioExtrasEncoder { get; set; }
Property Value
| Type | Description |
|---|---|
| SIPSorceryMedia.Abstractions.IAudioEncoder |
BindAddress
Declaration
public IPAddress BindAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Net.IPAddress |
BindPort
Declaration
public int BindPort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
MediaEndPoint
Declaration
public MediaEndPoints MediaEndPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| SIPSorceryMedia.Abstractions.MediaEndPoints |
RtpPortRange
Declaration
public PortRange RtpPortRange { get; set; }
Property Value
| Type | Description |
|---|---|
| PortRange |
RtpSecureMediaOption
Declaration
public RtpSecureMediaOptionEnum RtpSecureMediaOption { get; set; }
Property Value
| Type | Description |
|---|---|
| RtpSecureMediaOptionEnum |
TestPatternSource
Declaration
public VideoTestPatternSource TestPatternSource { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoTestPatternSource |