Class MixerReport
Mixer report.
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 MixerReport : Info
Properties
Disabled
Gets or sets whether the mixer is disabled.
Declaration
public bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
System. |
InputFormat
Gets or sets the mixer input format.
Declaration
public FormatInfo InputFormat { get; set; }
Property Value
Type | Description |
---|---|
Format |
OutputFormat
Gets or sets the mixer output format.
Declaration
public FormatInfo OutputFormat { get; set; }
Property Value
Type | Description |
---|---|
Format |
OutputFrameRate
Gets or sets the mixer output frame-rate.
Declaration
public int? OutputFrameRate { get; set; }
Property Value
Type | Description |
---|---|
System. |
OutputHeight
Gets or sets the mixer output height.
Declaration
public int? OutputHeight { get; set; }
Property Value
Type | Description |
---|---|
System. |
OutputWidth
Gets or sets the mixer output width.
Declaration
public int? OutputWidth { get; set; }
Property Value
Type | Description |
---|---|
System. |
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
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. |