|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.digitalmuseum.capture.VideoCaptureAbstractImpl
jp.digitalmuseum.capture.VideoCaptureJMF
public class VideoCaptureJMF
| フィールドの概要 |
|---|
| インタフェース jp.digitalmuseum.capture.VideoCapture から継承されたフィールド |
|---|
DEFAULT_FRAMERATE, DEFAULT_HEIGHT, DEFAULT_WIDTH |
| コンストラクタの概要 | |
|---|---|
VideoCaptureJMF()
Constructor without options. |
|
VideoCaptureJMF(int width,
int height)
Constructor with size specification. |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getIdentifier()
Get a String expression of the identifier for this instance, with which users can rebuild the instance over sessions. |
java.lang.String |
getName()
Get a name for this instance. |
void |
pause()
Pause capturing. Capturing process must be started before calling this method. |
static javax.media.CaptureDeviceInfo[] |
queryDevices()
|
static java.lang.String[] |
queryIdentifiers()
Get a list of identifiers of available devices. |
void |
resume()
Resume capturing. Capturing process must be started before calling this method. |
boolean |
setFrameRate(float fps)
Set frame rate (frame per second). |
void |
setLocator(javax.media.MediaLocator locator)
|
boolean |
setSize(int width,
int height)
Set resolution. |
void |
setSource(java.lang.Object source)
Specify a source for capturing images. |
void |
start()
Start capturing images. |
void |
stop()
Stop capturing. |
| クラス jp.digitalmuseum.capture.VideoCaptureAbstractImpl から継承されたメソッド |
|---|
getFrameRate, getHeight, getWidth, grabFrame, grabFrameData, isGrayScale, isPaused, isReversedX, isReversedY, isStarted, reverse, reverseX, reverseY, setGrayScale |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public VideoCaptureJMF()
public VideoCaptureJMF(int width,
int height)
| メソッドの詳細 |
|---|
public java.lang.String getIdentifier()
VideoCapture の記述:VideoCapture.getName()public java.lang.String getName()
VideoCapture の記述:VideoCapture.getIdentifier()
public void setSource(java.lang.Object source)
throws java.lang.Exception
VideoCapture の記述:java.lang.Exception
public void start()
throws java.lang.Exception
VideoCapture の記述:java.lang.Exceptionpublic void pause()
VideoCapture の記述:public void resume()
VideoCapture の記述:public void stop()
VideoCapture の記述:public boolean setFrameRate(float fps)
VideoCapture の記述:
public boolean setSize(int width,
int height)
VideoCapture の記述:public void setLocator(javax.media.MediaLocator locator)
public static javax.media.CaptureDeviceInfo[] queryDevices()
public static java.lang.String[] queryIdentifiers()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||