fm.liveswitch.MixerReport Class Reference

Mixer report. More...

Public Member Functions

fm.liveswitch.NullableBoolean getDisabled ()
 Gets whether the mixer is disabled. More...
 
fm.liveswitch.FormatInfo getInputFormat ()
 Gets the mixer input format. More...
 
fm.liveswitch.FormatInfo getOutputFormat ()
 Gets the mixer output format. More...
 
fm.liveswitch.NullableInteger getOutputFrameRate ()
 Gets the mixer output frame-rate. More...
 
fm.liveswitch.NullableInteger getOutputHeight ()
 Gets the mixer output height. More...
 
fm.liveswitch.NullableInteger getOutputWidth ()
 Gets the mixer output width. More...
 
 MixerReport ()
 
void setDisabled (fm.liveswitch.NullableBoolean value)
 Sets whether the mixer is disabled. More...
 
void setInputFormat (fm.liveswitch.FormatInfo value)
 Sets the mixer input format. More...
 
void setOutputFormat (fm.liveswitch.FormatInfo value)
 Sets the mixer output format. More...
 
void setOutputFrameRate (fm.liveswitch.NullableInteger value)
 Sets the mixer output frame-rate. More...
 
void setOutputHeight (fm.liveswitch.NullableInteger value)
 Sets the mixer output height. More...
 
void setOutputWidth (fm.liveswitch.NullableInteger value)
 Sets the mixer output width. More...
 
- Public Member Functions inherited from fm.liveswitch.Info
String getId ()
 Gets the identifier. More...
 
void setId (String value)
 Sets the identifier. More...
 

Protected Member Functions

void deserializeProperties (String key, String valueJson)
 Deserializes the properties. More...
 
void serializeProperties (java.util.HashMap< String, String > jsonObject)
 Serializes the properties. More...
 
- Protected Member Functions inherited from fm.liveswitch.Info
 Info ()
 

Additional Inherited Members

- Static Public Member Functions inherited from fm.liveswitch.Info
static< T extends fm.liveswitch.IEquivalent< T > T[] processArray (T[] newValues, T[] oldValues)
 Processes an array for an info. More...
 
static fm.liveswitch.NullableBoolean processBoolean (boolean newValue, boolean oldValue)
 Processes a boolean for an info. More...
 
static boolean[] processBooleanArray (boolean[] newValues, boolean[] oldValues)
 Processes a boolean array for an info. More...
 
static fm.liveswitch.NullableDouble processDouble (double newValue, double oldValue)
 Processes a double for an info. More...
 
static fm.liveswitch.NullableFloat processFloat (float newValue, float oldValue)
 Processes a float for an info. More...
 
static float[] processFloatArray (float[] newValues, float[] oldValues)
 Processes a float array for an info. More...
 
static double[] processFloatArray (double[] newValues, double[] oldValues)
 Processes a double array for an info. More...
 
static fm.liveswitch.NullableInteger processInteger (int newValue, int oldValue)
 Processes an integer for an info. More...
 
static int[] processIntegerArray (int[] newValues, int[] oldValues)
 Processes a integer array for an info. More...
 
static fm.liveswitch.NullableLong processLong (long newValue, long oldValue)
 Processes a long for an info. More...
 
static long[] processLongArray (long[] newValues, long[] oldValues)
 Processes a long array for an info. More...
 
static< T extends Object &fm.liveswitch.IEquivalent< T > T processObject (T newValue, T oldValue)
 Processes an object for an info. More...
 
static fm.liveswitch.NullableShort processShort (short newValue, short oldValue)
 Processes a short for an info. More...
 
static short[] processShortArray (short[] newValues, short[] oldValues)
 Processes a short array for an info. More...
 
static String processString (String newValue, String oldValue)
 Processes a string for an info. More...
 

Detailed Description

Mixer report.

Constructor & Destructor Documentation

◆ MixerReport()

fm.liveswitch.MixerReport.MixerReport ( )

Member Function Documentation

◆ deserializeProperties()

void fm.liveswitch.MixerReport.deserializeProperties ( String  key,
String  valueJson 
)
protected

Deserializes the properties.

Parameters
keyThe key.
valueJsonThe value in JSON format.

Reimplemented from fm.liveswitch.Info.

◆ getDisabled()

fm.liveswitch.NullableBoolean fm.liveswitch.MixerReport.getDisabled ( )

Gets whether the mixer is disabled.

◆ getInputFormat()

fm.liveswitch.FormatInfo fm.liveswitch.MixerReport.getInputFormat ( )

Gets the mixer input format.

◆ getOutputFormat()

fm.liveswitch.FormatInfo fm.liveswitch.MixerReport.getOutputFormat ( )

Gets the mixer output format.

◆ getOutputFrameRate()

fm.liveswitch.NullableInteger fm.liveswitch.MixerReport.getOutputFrameRate ( )

Gets the mixer output frame-rate.

◆ getOutputHeight()

fm.liveswitch.NullableInteger fm.liveswitch.MixerReport.getOutputHeight ( )

Gets the mixer output height.

◆ getOutputWidth()

fm.liveswitch.NullableInteger fm.liveswitch.MixerReport.getOutputWidth ( )

Gets the mixer output width.

◆ serializeProperties()

void fm.liveswitch.MixerReport.serializeProperties ( java.util.HashMap< String, String >  jsonObject)
protected

Serializes the properties.

Parameters
jsonObjectThe JSON object.

Reimplemented from fm.liveswitch.Info.

◆ setDisabled()

void fm.liveswitch.MixerReport.setDisabled ( fm.liveswitch.NullableBoolean  value)

Sets whether the mixer is disabled.

◆ setInputFormat()

void fm.liveswitch.MixerReport.setInputFormat ( fm.liveswitch.FormatInfo  value)

Sets the mixer input format.

◆ setOutputFormat()

void fm.liveswitch.MixerReport.setOutputFormat ( fm.liveswitch.FormatInfo  value)

Sets the mixer output format.

◆ setOutputFrameRate()

void fm.liveswitch.MixerReport.setOutputFrameRate ( fm.liveswitch.NullableInteger  value)

Sets the mixer output frame-rate.

◆ setOutputHeight()

void fm.liveswitch.MixerReport.setOutputHeight ( fm.liveswitch.NullableInteger  value)

Sets the mixer output height.

◆ setOutputWidth()

void fm.liveswitch.MixerReport.setOutputWidth ( fm.liveswitch.NullableInteger  value)

Sets the mixer output width.