Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia
Class MediaConfiguration

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.MediaConfiguration

public class MediaConfiguration
extends Object

Author:
Lyubomir Marinov, Damian Minkov, Yana Stamcheva

Constructor Summary
MediaConfiguration()
           
 
Method Summary
static Component createAudioConfigPanel()
          Returns the audio configuration panel.
static Component createBasicControls(int type)
          Creates basic controls for a type(AUDIO or VIDEO)
static Component createBasicControls(int type, boolean addTypeCbo)
          Creates basic controls for a type(AUDIO or VIDEO)
(package private) static void createPortAudioControls(JPanel portAudioPanel)
          Creates the ui controls for portaudio.
static Component createVideoConfigPanel()
          Returns the video configuration panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaConfiguration

public MediaConfiguration()
Method Detail

createAudioConfigPanel

public static Component createAudioConfigPanel()
Returns the audio configuration panel.

Returns:
the audio configuration panel

createVideoConfigPanel

public static Component createVideoConfigPanel()
Returns the video configuration panel.

Returns:
the video configuration panel

createPortAudioControls

static void createPortAudioControls(JPanel portAudioPanel)
Creates the ui controls for portaudio.

Parameters:
portAudioPanel - the panel

createBasicControls

public static Component createBasicControls(int type)
Creates basic controls for a type(AUDIO or VIDEO)

Parameters:
type - the type.
Returns:
the build Component.

createBasicControls

public static Component createBasicControls(int type,
                                            boolean addTypeCbo)
Creates basic controls for a type(AUDIO or VIDEO)

Parameters:
type - the type.
addTypeCbo - add the type combobox
Returns:
the build Component.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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