Class MediaReceiverInfo
Media receiver information.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class MediaReceiverInfo : MediaComponentInfo
Constructors
MediaReceiverInfo()
Initializes a new instance of the Media
Declaration
public MediaReceiverInfo()
Properties
Report
Gets or sets report.
Declaration
public MediaReceiverReport Report { get; set; }
Property Value
Type | Description |
---|---|
Media |
Sink
Gets or sets sink.
Declaration
public MediaSinkInfo Sink { get; set; }
Property Value
Type | Description |
---|---|
Media |
Methods
DeserializeProperties(String, String)
Deserializes the properties.
Declaration
protected override void DeserializeProperties(string key, string valueJson)
Parameters
Type | Name | Description |
---|---|---|
System. |
key | The key. |
System. |
valueJson | The value in JSON format. |
Overrides
FromJson(String)
Deserializes an instance from JSON.
Declaration
public static MediaReceiverInfo FromJson(string mediaReceiverJson)
Parameters
Type | Name | Description |
---|---|---|
System. |
mediaReceiverJson | The serialized JSON. |
Returns
Type | Description |
---|---|
Media |
The deserialized instance. |
FromJsonArray(String)
Deserializes an array from JSON.
Declaration
public static MediaReceiverInfo[] FromJsonArray(string mediaReceiversJson)
Parameters
Type | Name | Description |
---|---|---|
System. |
mediaReceiversJson | The serialized JSON. |
Returns
Type | Description |
---|---|
Media |
The deserialized array. |
SerializeProperties(Dictionary<String, String>)
Serializes the properties.
Declaration
protected override void SerializeProperties(Dictionary<string, string> jsonObject)
Parameters
Type | Name | Description |
---|---|---|
System. |
jsonObject | The JSON object. |
Overrides
ToJson()
Serializes this instance to JSON.
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System. |
ToJson(MediaReceiverInfo)
Serializes an instance to JSON.
Declaration
public static string ToJson(MediaReceiverInfo mediaReceiver)
Parameters
Type | Name | Description |
---|---|---|
Media |
mediaReceiver | The instance to serialize. |
Returns
Type | Description |
---|---|
System. |
The serialized JSON. |
ToJsonArray(MediaReceiverInfo[])
Serializes an array to JSON.
Declaration
public static string ToJsonArray(MediaReceiverInfo[] mediaReceivers)
Parameters
Type | Name | Description |
---|---|---|
Media |
mediaReceivers | The array to serialize. |
Returns
Type | Description |
---|---|
System. |
The serialized JSON. |