Uses of Interface
org.lastbamboo.common.ice.IceMediaStream

Packages that use IceMediaStream
org.lastbamboo.common.ice   
 

Uses of IceMediaStream in org.lastbamboo.common.ice
 

Classes in org.lastbamboo.common.ice that implement IceMediaStream
 class IceMediaStreamImpl
          Class containing an ICE media stream.
 

Methods in org.lastbamboo.common.ice that return IceMediaStream
<T> IceMediaStream
GeneralIceMediaStreamFactoryImpl.newIceMediaStream(org.lastbamboo.common.offer.answer.IceMediaStreamDesc streamDesc, IceAgent iceAgent, org.lastbamboo.common.turn.client.TurnClientListener delegateTurnClientListener)
           
<T> IceMediaStream
GeneralIceMediaStreamFactory.newIceMediaStream(org.lastbamboo.common.offer.answer.IceMediaStreamDesc streamDesc, IceAgent iceAgent, org.lastbamboo.common.turn.client.TurnClientListener delegateListener)
           
 IceMediaStream IceMediaStreamFactoryImpl.newStream(IceAgent iceAgent, org.lastbamboo.common.offer.answer.IceMediaStreamDesc streamDesc)
           
 IceMediaStream IceMediaStreamFactory.newStream(IceAgent iceAgent, org.lastbamboo.common.offer.answer.IceMediaStreamDesc streamDesc)
          Creates a new ICE media stream class.
 

Methods in org.lastbamboo.common.ice that return types with arguments of type IceMediaStream
 Collection<IceMediaStream> IceAgentImpl.getMediaStreams()
           
 Collection<IceMediaStream> IceAgent.getMediaStreams()
          Accessor for all the media streams for the agent.
 

Methods in org.lastbamboo.common.ice with parameters of type IceMediaStream
 void IceAgentImpl.checkValidPairsForAllComponents(IceMediaStream mediaStream)
           
 void IceAgent.checkValidPairsForAllComponents(IceMediaStream mediaStream)
          Notifies the listener that the media stream may have valid pairs for all components of a given media stream, possibly requiring changing states of other streams, as specified in part 2 of ICE section 7.1.2.2.3.
 void IceAgentImpl.onNominatedPair(IceCandidatePair pair, IceMediaStream mediaStream)
           
 void IceAgent.onNominatedPair(IceCandidatePair pair, IceMediaStream iceMediaStream)
          Indicates a pair has been nominated.
 void IceAgentImpl.onUnfreezeCheckLists(IceMediaStream mediaStream)
           
 void IceAgent.onUnfreezeCheckLists(IceMediaStream mediaStream)
          Tells the listener to unfreeze any other check lists.
 void IceAgentImpl.onValidPairs(IceMediaStream mediaStream)
           
 void IceAgent.onValidPairs(IceMediaStream mediaStream)
          Tells the agent to consider the valid pairs for this media stream for nomination.
 

Constructors in org.lastbamboo.common.ice with parameters of type IceMediaStream
IceCheckSchedulerImpl(IceAgent agent, IceMediaStream stream, IceCheckList checkList, ExistingSessionIceCandidatePairFactory existingSessionPairFactory)
          Creates a new scheduler for the specified pairs.
IceStunClientCandidateProcessor(IceAgent iceAgent, IceMediaStream iceMediaStream, IceCandidatePair udpPair, ExistingSessionIceCandidatePairFactory existingSessionPairFactory)
          Creates a new connectivity checker for a single UDP pair.
 



Copyright © 2013 LittleShoot. All Rights Reserved.