Uses of Class
net.sourceforge.jsdp.Bandwith

Packages that use Bandwith
net.sourceforge.jsdp Classes for encoding and decoding SDP messages. 
 

Uses of Bandwith in net.sourceforge.jsdp
 

Methods in net.sourceforge.jsdp that return Bandwith
static Bandwith SDPFactory.createBandwith(String modifier, int value)
          Returns a new Bandwith.
 Bandwith SessionDescription.getBandwith(String modifier)
          Returns the bandwith field with a specified modifier.
 Bandwith MediaDescription.getBandwith(String modifier)
          Returns the bandwith field with a specified modifier.
 Bandwith[] SessionDescription.getBandwiths()
          Returns the bandwith fields.
 Bandwith[] MediaDescription.getBandwiths()
          Returns the bandwith fields.
static Bandwith Bandwith.parse(String field)
          Parse an input string and constructs the equivalent bandwith field.
 Bandwith SessionDescription.removeBandwith(String modifier)
          Remove the bandwith field with an associated modifier
 Bandwith MediaDescription.removeBandwith(String modifier)
          Remove the bandwith field with an associated modifier
 

Methods in net.sourceforge.jsdp with parameters of type Bandwith
 void SessionDescription.addBandwith(Bandwith bandwith)
          Adds a bandwith field.
 void MediaDescription.addBandwith(Bandwith field)
          Adds a bandwith field.
 void SessionDescription.setBandwiths(Bandwith[] fields)
          Set bandwith fields.
 void MediaDescription.setBandwiths(Bandwith[] fields)
          Set bandwith fields.
 



Copyright © 2004-2008. All Rights Reserved.