Uses of Interface
org.lastbamboo.common.sdp.api.Info

Packages that use Info
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of Info in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.sdp that return Info
 Info SessionDescriptionImpl.getInfo()
          Returns value of the info field (i=) of this object.
 Info MediaDescriptionImpl.getInfo()
          Returns value of the info field (i=) of this object.
 

Methods in org.lastbamboo.common.sdp with parameters of type Info
 void SessionDescriptionImpl.setInfo(Info i)
          Sets the i= field of this object.
 void MediaDescriptionImpl.setInfo(Info i)
          Sets the i= field of this object.
 

Uses of Info in org.lastbamboo.common.sdp.api
 

Methods in org.lastbamboo.common.sdp.api that return Info
 Info SdpFactory.createInfo(String value)
          Returns Info object with the specified value.
 Info SessionDescription.getInfo()
          Returns value of the info field (i=) of this object.
 Info MediaDescription.getInfo()
          Returns value of the info field (i=) of this object.
 

Methods in org.lastbamboo.common.sdp.api with parameters of type Info
 void SessionDescription.setInfo(Info i)
          Sets the i= field of this object.
 void MediaDescription.setInfo(Info i)
          Sets the i= field of this object.
 

Uses of Info in org.lastbamboo.common.sdp.fields
 

Classes in org.lastbamboo.common.sdp.fields that implement Info
 class InformationField
          Information field implementation
 



Copyright © 2013 LittleShoot. All Rights Reserved.