A simulcast stream identifier. More...
Public Member Functions | |
| String | getId () |
| Gets the identifier. More... | |
| boolean | getPaused () |
| Gets whether the stream is paused. More... | |
| SimulcastStreamId (String idValue) | |
| Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class. More... | |
| SimulcastStreamId (String idValue, boolean paused) | |
| Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class. More... | |
A simulcast stream identifier.
| fm.liveswitch.sdp.rtp.SimulcastStreamId.SimulcastStreamId | ( | String | idValue | ) |
Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class.
| idValue | The identifier. |
| fm.liveswitch.sdp.rtp.SimulcastStreamId.SimulcastStreamId | ( | String | idValue, |
| boolean | paused | ||
| ) |
Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class.
| idValue | The identifier. |
| paused | Whether the stream is paused. |
| String fm.liveswitch.sdp.rtp.SimulcastStreamId.getId | ( | ) |
Gets the identifier.
| boolean fm.liveswitch.sdp.rtp.SimulcastStreamId.getPaused | ( | ) |
Gets whether the stream is paused.