jp.digitalmuseum.capture
クラス VideoCaptureFactoryImpl

java.lang.Object
  上位を拡張 jp.digitalmuseum.capture.VideoCaptureFactoryImpl
すべての実装されたインタフェース:
VideoCaptureFactory

public class VideoCaptureFactoryImpl
extends java.lang.Object
implements VideoCaptureFactory
Factory class for known VideoCapture implementation classes.
作成者:
Jun KATO

コンストラクタの概要
VideoCaptureFactoryImpl()
           
 
メソッドの概要
 VideoCapture newInstance()
          Returns a new instance of VideoCapture implementation.
 VideoCapture newInstance(java.lang.String identifier)
          Returns a new instance of VideoCapture implementation with the specified identifier.
 java.lang.String[] queryIdentifiers()
          Query available devices and return their identifiers
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
コンストラクタの詳細

VideoCaptureFactoryImpl

public VideoCaptureFactoryImpl()
メソッドの詳細

newInstance

public VideoCapture newInstance()
インタフェース VideoCaptureFactory の記述:
Returns a new instance of VideoCapture implementation.
定義:
インタフェース VideoCaptureFactory 内の newInstance
戻り値:
A new instance of VideoCapture implementation.

newInstance

public VideoCapture newInstance(java.lang.String identifier)
インタフェース VideoCaptureFactory の記述:
Returns a new instance of VideoCapture implementation with the specified identifier.
定義:
インタフェース VideoCaptureFactory 内の newInstance
パラメータ:
identifier - Device identifier.
戻り値:
VideoCapture object.

queryIdentifiers

public java.lang.String[] queryIdentifiers()
インタフェース VideoCaptureFactory の記述:
Query available devices and return their identifiers
定義:
インタフェース VideoCaptureFactory 内の queryIdentifiers
戻り値:
Device identifiers in a String array.


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/