Represents a synchronized stream group in Session Description Protocol (SDP). More...
Public Member Functions | |
| String | getGroupId () |
| Gets the group identifier. More... | |
| boolean | getHasAudio () |
| Gets a value indicating whether the stream group contains audio media. More... | |
| boolean | getHasVideo () |
| Gets a value indicating whether the stream group contains video media. More... | |
| fm.liveswitch.sdp.MediaDescription[] | getMediaDescriptions () |
| Gets the array of media descriptions associated with this stream group. More... | |
| String[] | getMids () |
| Gets the Mids of the streams associated with this synchronized stream group. More... | |
| void | setGroupId (String value) |
| Sets the group identifier. More... | |
| void | setMediaDescriptions (fm.liveswitch.sdp.MediaDescription[] value) |
| Sets the array of media descriptions associated with this stream group. More... | |
| SynchronizedStreamGroup () | |
Static Public Member Functions | |
| static String | obtainUnassigned () |
| Returns the value representing a description that is not assigned to a Native WebRTC Media Stream. More... | |
Represents a synchronized stream group in Session Description Protocol (SDP).
| fm.liveswitch.sdp.SynchronizedStreamGroup.SynchronizedStreamGroup | ( | ) |
| String fm.liveswitch.sdp.SynchronizedStreamGroup.getGroupId | ( | ) |
Gets the group identifier.
| boolean fm.liveswitch.sdp.SynchronizedStreamGroup.getHasAudio | ( | ) |
Gets a value indicating whether the stream group contains audio media.
| boolean fm.liveswitch.sdp.SynchronizedStreamGroup.getHasVideo | ( | ) |
Gets a value indicating whether the stream group contains video media.
| fm.liveswitch.sdp.MediaDescription [] fm.liveswitch.sdp.SynchronizedStreamGroup.getMediaDescriptions | ( | ) |
Gets the array of media descriptions associated with this stream group.
| String [] fm.liveswitch.sdp.SynchronizedStreamGroup.getMids | ( | ) |
Gets the Mids of the streams associated with this synchronized stream group.
|
static |
| void fm.liveswitch.sdp.SynchronizedStreamGroup.setGroupId | ( | String | value | ) |
Sets the group identifier.
| void fm.liveswitch.sdp.SynchronizedStreamGroup.setMediaDescriptions | ( | fm.liveswitch.sdp.MediaDescription[] | value | ) |
Sets the array of media descriptions associated with this stream group.