fm.liveswitch.sdp.BundleGroup Class Reference

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...
 

Detailed Description

A bundle group of SDP Media Description elements.

Constructor & Destructor Documentation

◆ BundleGroup()

fm.liveswitch.sdp.BundleGroup.BundleGroup ( fm.liveswitch.sdp.GroupSemanticsType  groupType)

Creates a BundleGroup object.

Parameters
groupType

Member Function Documentation

◆ addMediaDescription()

void fm.liveswitch.sdp.BundleGroup.addMediaDescription ( fm.liveswitch.sdp.MediaDescription  mediaDescription)

Adds a media description to this bundle group.

Parameters
mediaDescription

◆ getBundleOnly()

boolean fm.liveswitch.sdp.BundleGroup.getBundleOnly ( )

Gets a value indicating whether this group contains Bundle-only elements.

◆ getGroupType()

fm.liveswitch.sdp.GroupSemanticsType fm.liveswitch.sdp.BundleGroup.getGroupType ( )

Gets the semntic type of this group.

◆ getMediaDescriptions()

fm.liveswitch.sdp.MediaDescription [] fm.liveswitch.sdp.BundleGroup.getMediaDescriptions ( )

Gets the mecia descriptions in this bundle group.

◆ getMids()

String [] fm.liveswitch.sdp.BundleGroup.getMids ( )

Gets media description identifiers associated with this bundle group.

◆ getTaggedMSection()

fm.liveswitch.sdp.MediaDescription fm.liveswitch.sdp.BundleGroup.getTaggedMSection ( )

Gets the tagged m-section of this bundle group.

◆ setTaggedMSection()

void fm.liveswitch.sdp.BundleGroup.setTaggedMSection ( fm.liveswitch.sdp.MediaDescription  value)

Sets the tagged m-section of this bundle group.