Class Rtp.Bandwidth
- java.lang.Object
-
- rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Bandwidth
-
-
Constructor Detail
-
Bandwidth
public Bandwidth(String type)
Creates a bandwidth object.- Parameters:
type
- Should be a value for the SDP "bwtype" parameter as listed in the IANA Session Description Protocol Parameters Registry.
-
-
Method Detail
-
getType
public String getType()
Gets the type.- Returns:
- The type.
-
-