|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.MediaSource
com.teamdev.jxcapture.audio.AudioSource
public class AudioSource
Represents an audio source device which can be specified for VideoCapture for recording.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_CHANNELS
|
| Fields inherited from class com.teamdev.jxcapture.MediaSource |
|---|
PROPERTY_ACTIVE, PROPERTY_ENABLED, PROPERTY_NAME |
| Constructor Summary | |
|---|---|
protected |
AudioSource()
|
| Method Summary | |
|---|---|
static java.util.List<AudioSource> |
getAvailable()
Returns the list of audio source devices available in the system. |
AudioChannels |
getChannels()
Returns AudioChannels of the devices. |
protected void |
setChannels(AudioChannels channels)
Specify audio channels for this device. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_CHANNELS
| Constructor Detail |
|---|
protected AudioSource()
| Method Detail |
|---|
public AudioChannels getChannels()
AudioChannels of the devices.
protected void setChannels(AudioChannels channels)
channels - channels typepublic static java.util.List<AudioSource> getAvailable()
AudioSource devices
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||