Media sink stats.
More...
◆ MediaSinkStats()
fm.liveswitch.MediaSinkStats.MediaSinkStats |
( |
| ) |
|
◆ deserializeProperties()
void fm.liveswitch.MediaSinkStats.deserializeProperties |
( |
String |
key, |
|
|
String |
valueJson |
|
) |
| |
|
protected |
Deserializes the properties.
- Parameters
-
key | The key. |
valueJson | The value in JSON format. |
Reimplemented from fm.liveswitch.BaseStats.
◆ fromJson()
Deserializes an instance from JSON.
- Parameters
-
instanceJson | The serialized JSON. |
- Returns
- The deserialized instance.
◆ fromJsonArray()
Deserializes an array from JSON.
- Parameters
-
arrayJson | The serialized JSON. |
- Returns
- The deserialized array.
◆ getInputFormat()
◆ getLabel()
String fm.liveswitch.MediaSinkStats.getLabel |
( |
| ) |
|
◆ getMuted()
boolean fm.liveswitch.MediaSinkStats.getMuted |
( |
| ) |
|
◆ getOutputId()
String fm.liveswitch.MediaSinkStats.getOutputId |
( |
| ) |
|
Gets the output identifier.
◆ getOutputName()
String fm.liveswitch.MediaSinkStats.getOutputName |
( |
| ) |
|
◆ getTag()
String fm.liveswitch.MediaSinkStats.getTag |
( |
| ) |
|
◆ isEquivalent()
Checks if a source is equivalent to this one.
- Parameters
-
◆ serializeProperties()
void fm.liveswitch.MediaSinkStats.serializeProperties |
( |
java.util.HashMap< String, String > |
jsonObject | ) |
|
|
protected |
◆ setInputFormat()
◆ setLabel()
void fm.liveswitch.MediaSinkStats.setLabel |
( |
String |
value | ) |
|
◆ setMuted()
void fm.liveswitch.MediaSinkStats.setMuted |
( |
boolean |
value | ) |
|
◆ setOutputId()
void fm.liveswitch.MediaSinkStats.setOutputId |
( |
String |
value | ) |
|
Sets the output identifier.
◆ setOutputName()
void fm.liveswitch.MediaSinkStats.setOutputName |
( |
String |
value | ) |
|
◆ setTag()
void fm.liveswitch.MediaSinkStats.setTag |
( |
String |
value | ) |
|
◆ toJson() [1/2]
String fm.liveswitch.MediaSinkStats.toJson |
( |
| ) |
|
Serializes this instance to JSON.
◆ toJson() [2/2]
Serializes an instance to JSON.
- Parameters
-
instance | The instance to serialize. |
- Returns
- Serialized JSON.
◆ toJsonArray()
Serializes an array to JSON.
- Parameters
-
array | The array to serialize. |
- Returns
- The serialized JSON.