Class EventOrigin
Event origins.
Inheritance
System.Object
EventOrigin
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: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public static class EventOrigin
Properties
Client
Gets the 'client' event origin string.
Declaration
public static string Client { get; }
Property Value
Type | Description |
---|---|
System.String |
Gateway
Gets the 'gateway' event origin string.
Declaration
public static string Gateway { get; }
Property Value
Type | Description |
---|---|
System.String |
MediaServer
Gets the 'mediaserver' event origin string.
Declaration
public static string MediaServer { get; }
Property Value
Type | Description |
---|---|
System.String |
RecordingMonitor
Gets the 'recordingmonitor' event origin string.
Declaration
public static string RecordingMonitor { get; }
Property Value
Type | Description |
---|---|
System.String |
RecordingMover
Gets the 'recordingmover' event origin string.
Declaration
public static string RecordingMover { get; }
Property Value
Type | Description |
---|---|
System.String |
RecordingMuxer
Gets the 'recordingmuxer' event origin string.
Declaration
public static string RecordingMuxer { get; }
Property Value
Type | Description |
---|---|
System.String |
SipConnector
Gets the 'sipconnector' event origin string.
Declaration
public static string SipConnector { get; }
Property Value
Type | Description |
---|---|
System.String |
WebSocketMediaServer
Gets the 'websocketmediaserver' event origin string.
Declaration
public static string WebSocketMediaServer { get; }
Property Value
Type | Description |
---|---|
System.String |