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

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

Uses of Origin in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.sdp that return Origin
 Origin SessionDescriptionImpl.getOrigin()
          Returns information about the originator of the session.
 

Methods in org.lastbamboo.common.sdp with parameters of type Origin
 void SessionDescriptionImpl.setOrigin(Origin origin)
          Sets information about the originator of the session.
 

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

Methods in org.lastbamboo.common.sdp.api that return Origin
 Origin SdpFactory.createOrigin(String userName, long sessionId, long sessionVersion, String networkType, String addrType, String address)
          Returns Origin object with the specified properties.
 Origin SdpFactory.createOrigin(String userName, String address)
          Returns Origin object with the specified properties.
 Origin SessionDescription.getOrigin()
          Returns information about the originator of the session.
 

Methods in org.lastbamboo.common.sdp.api with parameters of type Origin
 void SessionDescription.setOrigin(Origin origin)
          Sets information about the originator of the session.
 

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

Classes in org.lastbamboo.common.sdp.fields that implement Origin
 class OriginField
          Origin Field SDP header
 



Copyright © 2013 LittleShoot. All Rights Reserved.