Encoding configuration.
More...
◆ EncodingConfig() [1/2]
| fm.liveswitch.EncodingConfig.EncodingConfig |
( |
| ) |
|
◆ EncodingConfig() [2/2]
◆ deserializeProperties()
| void fm.liveswitch.EncodingConfig.deserializeProperties |
( |
String |
key, |
|
|
String |
valueJson |
|
) |
| |
|
protected |
◆ getBitrate()
| int fm.liveswitch.EncodingConfig.getBitrate |
( |
| ) |
|
Gets the bitrate, in kbps.
◆ getDeactivated()
| boolean fm.liveswitch.EncodingConfig.getDeactivated |
( |
| ) |
|
Gets whether this encoding is deactivated.
◆ getRtpStreamId()
| String fm.liveswitch.EncodingConfig.getRtpStreamId |
( |
| ) |
|
Gets the RTP stream identifier.
◆ getSynchronizationSource()
| long fm.liveswitch.EncodingConfig.getSynchronizationSource |
( |
| ) |
|
Gets the synchronization source.
◆ serializeProperties()
| void fm.liveswitch.EncodingConfig.serializeProperties |
( |
java.util.HashMap< String, String > |
jsonObject | ) |
|
|
protected |
◆ setBitrate()
| void fm.liveswitch.EncodingConfig.setBitrate |
( |
int |
value | ) |
|
Sets the bitrate, in kbps.
◆ setDeactivated()
| void fm.liveswitch.EncodingConfig.setDeactivated |
( |
boolean |
value | ) |
|
Sets whether this encoding is deactivated.