com.teamdev.jxcapture.audio.mac
Class AudioSourceImpl

java.lang.Object
  extended by com.teamdev.jxcapture.MediaSource
      extended by com.teamdev.jxcapture.audio.AudioSource
          extended by com.teamdev.jxcapture.audio.mac.AudioSourceImpl

public class AudioSourceImpl
extends AudioSource


Field Summary
 
Fields inherited from class com.teamdev.jxcapture.audio.AudioSource
PROPERTY_CHANNELS
 
Fields inherited from class com.teamdev.jxcapture.MediaSource
PROPERTY_ACTIVE, PROPERTY_ENABLED, PROPERTY_NAME
 
Constructor Summary
AudioSourceImpl(java.lang.String name, java.lang.String uid)
           
 
Method Summary
static java.util.List<AudioSource> getAvailableSources()
           
 java.lang.String getUid()
           
 
Methods inherited from class com.teamdev.jxcapture.audio.AudioSource
getAvailable, getChannels, setChannels
 
Methods inherited from class com.teamdev.jxcapture.MediaSource
activate, addPropertyChangeListener, deactivate, getName, getPropertyChangeSupport, isActive, isEnabled, release, removePropertyChangeListener, setEnabled, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AudioSourceImpl

public AudioSourceImpl(java.lang.String name,
                       java.lang.String uid)
Method Detail

getAvailableSources

public static java.util.List<AudioSource> getAvailableSources()

getUid

public java.lang.String getUid()