|
||||||||||
| 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.image.ImageSource
com.teamdev.jxcapture.video.VideoSource
public abstract class VideoSource
Video source device which can be specified for VideoCapture for recording.
| Field Summary |
|---|
| Fields inherited from class com.teamdev.jxcapture.image.ImageSource |
|---|
PROPERTY_SIZE |
| Fields inherited from class com.teamdev.jxcapture.MediaSource |
|---|
PROPERTY_ACTIVE, PROPERTY_ENABLED, PROPERTY_NAME |
| Constructor Summary | |
|---|---|
|
VideoSource()
|
protected |
VideoSource(java.lang.String name)
|
protected |
VideoSource(java.lang.String name,
boolean enabled)
|
| Method Summary | |
|---|---|
static java.util.List<VideoSource> |
getAvailable()
Returns the list of available video source devices. |
| Methods inherited from class com.teamdev.jxcapture.image.ImageSource |
|---|
getData, getSize, setSize |
| 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 |
|---|
protected VideoSource(java.lang.String name,
boolean enabled)
protected VideoSource(java.lang.String name)
public VideoSource()
| Method Detail |
|---|
public static java.util.List<VideoSource> getAvailable()
VideoSource devices
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||