An RTCP Data Channel Signalling Activation. More...
Public Member Functions | |
| String[] | getSupportedMessageTypes () |
| Gets supported message types. More... | |
| RtcpDataChannelSignallingActivation () | |
| Initializes a new instance of the fm.liveswitch.RtcpDataChannelSignallingActivation class. More... | |
| RtcpDataChannelSignallingActivation (String[] supportedMessageTypes) | |
| Initializes a new instance of the fm.liveswitch.RtcpDataChannelSignallingActivation class. More... | |
| String | toJson () |
| Serializes this instance to JSON. More... | |
Static Public Member Functions | |
| static fm.liveswitch.RtcpDataChannelSignallingActivation | fromJson (String activateInbandSignallingJson) |
| Deserializes an instance from JSON. More... | |
| static String | toJson (fm.liveswitch.RtcpDataChannelSignallingActivation activateInbandSignalling) |
| Serializes an instance to JSON. More... | |
Protected Member Functions | |
| void | deserializeProperty (String key, String valueJson) |
| Deserializes a property from JSON. More... | |
| void | serializeProperties (java.util.HashMap< String, String > jsonObject) |
| Serializes properties to JSON. More... | |
An RTCP Data Channel Signalling Activation.
| fm.liveswitch.RtcpDataChannelSignallingActivation.RtcpDataChannelSignallingActivation | ( | ) |
Initializes a new instance of the fm.liveswitch.RtcpDataChannelSignallingActivation class.
| fm.liveswitch.RtcpDataChannelSignallingActivation.RtcpDataChannelSignallingActivation | ( | String[] | supportedMessageTypes | ) |
Initializes a new instance of the fm.liveswitch.RtcpDataChannelSignallingActivation class.
|
protected |
Deserializes a property from JSON.
| key | The property key. |
| valueJson | The property value in JSON format. |
|
static |
Deserializes an instance from JSON.
| activateInbandSignallingJson | The instance in JSON format. |
| String [] fm.liveswitch.RtcpDataChannelSignallingActivation.getSupportedMessageTypes | ( | ) |
Gets supported message types.
|
protected |
Serializes properties to JSON.
| jsonObject | The JSON target. |
| String fm.liveswitch.RtcpDataChannelSignallingActivation.toJson | ( | ) |
Serializes this instance to JSON.
|
static |
Serializes an instance to JSON.
| activateInbandSignalling | The instance. |