A bundle group of SDP Media Description elements. More...
Public Member Functions | |
| void | addMediaDescription (fm.liveswitch.sdp.MediaDescription mediaDescription) |
| Adds a media description to this bundle group. More... | |
| BundleGroup (fm.liveswitch.sdp.GroupSemanticsType groupType) | |
| Creates a BundleGroup object. More... | |
| boolean | getBundleOnly () |
| Gets a value indicating whether this group contains Bundle-only elements. More... | |
| fm.liveswitch.sdp.GroupSemanticsType | getGroupType () |
| Gets the semntic type of this group. More... | |
| fm.liveswitch.sdp.MediaDescription[] | getMediaDescriptions () |
| Gets the mecia descriptions in this bundle group. More... | |
| String[] | getMids () |
| Gets media description identifiers associated with this bundle group. More... | |
| fm.liveswitch.sdp.MediaDescription | getTaggedMSection () |
| Gets the tagged m-section of this bundle group. More... | |
| void | setTaggedMSection (fm.liveswitch.sdp.MediaDescription value) |
| Sets the tagged m-section of this bundle group. More... | |
A bundle group of SDP Media Description elements.
| fm.liveswitch.sdp.BundleGroup.BundleGroup | ( | fm.liveswitch.sdp.GroupSemanticsType | groupType | ) |
Creates a BundleGroup object.
| groupType |
| void fm.liveswitch.sdp.BundleGroup.addMediaDescription | ( | fm.liveswitch.sdp.MediaDescription | mediaDescription | ) |
Adds a media description to this bundle group.
| mediaDescription |
| boolean fm.liveswitch.sdp.BundleGroup.getBundleOnly | ( | ) |
Gets a value indicating whether this group contains Bundle-only elements.
| fm.liveswitch.sdp.GroupSemanticsType fm.liveswitch.sdp.BundleGroup.getGroupType | ( | ) |
Gets the semntic type of this group.
| fm.liveswitch.sdp.MediaDescription [] fm.liveswitch.sdp.BundleGroup.getMediaDescriptions | ( | ) |
Gets the mecia descriptions in this bundle group.
| String [] fm.liveswitch.sdp.BundleGroup.getMids | ( | ) |
Gets media description identifiers associated with this bundle group.
| fm.liveswitch.sdp.MediaDescription fm.liveswitch.sdp.BundleGroup.getTaggedMSection | ( | ) |
Gets the tagged m-section of this bundle group.
| void fm.liveswitch.sdp.BundleGroup.setTaggedMSection | ( | fm.liveswitch.sdp.MediaDescription | value | ) |
Sets the tagged m-section of this bundle group.