Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.call.UIVideoHandler

Packages that use UIVideoHandler
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.gui.main.call.conference   
 

Uses of UIVideoHandler in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call that return UIVideoHandler
 UIVideoHandler OneToOneCallPeerPanel.getVideoHandler()
          Returns the video handler associated with this call peer renderer.
 UIVideoHandler CallPeerRenderer.getVideoHandler()
          Returns the video handler associated with this call peer renderer.
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type UIVideoHandler
 void OneToOneCallPanel.addCallPeerPanel(CallPeer peer, UIVideoHandler videoHandler)
          Creates and adds a panel for a call peer.
 

Constructors in net.java.sip.communicator.impl.gui.main.call with parameters of type UIVideoHandler
OneToOneCallPanel(CallPanel callContainer, Call call, CallPeer callPeer, UIVideoHandler videoHandler)
          Creates a call panel for the corresponding call, by specifying the call type (incoming or outgoing) and the parent dialog.
OneToOneCallPeerPanel(CallRenderer callRenderer, CallPeer callPeer, List<Container> videoContainers, UIVideoHandler vHandler)
          Creates a CallPeerPanel for the given call peer.
 

Uses of UIVideoHandler in net.java.sip.communicator.impl.gui.main.call.conference
 

Methods in net.java.sip.communicator.impl.gui.main.call.conference that return UIVideoHandler
 UIVideoHandler ConferenceFocusPanel.getVideoHandler()
          Returns the video handler associated with this call peer renderer.
 UIVideoHandler ConferencePeerPanel.getVideoHandler()
          Returns the video handler associated with this call peer renderer.
 

Constructors in net.java.sip.communicator.impl.gui.main.call.conference with parameters of type UIVideoHandler
ConferenceFocusPanel(ConferenceCallPanel callRenderer, CallPanel callPanel, CallPeer callPeer, UIVideoHandler videoHandler)
          Creates an instance of ConferenceFocusPanel by specifying the parent call renderer, the call panel and the peer represented by this conference focus panel.
ConferencePeerPanel(ConferenceCallPanel callRenderer, CallPanel callContainer, CallPeer callPeer, UIVideoHandler videoHandler, boolean isVideo)
          Creates a ConferencePeerPanel, that would be contained in the given callDialog and would correspond to the given callPeer.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.