jp.digitalmuseum.capture
インタフェース VideoCaptureFactory

既知の実装クラスの一覧:
VideoCaptureFactoryImpl

public interface VideoCaptureFactory

メソッドの概要
 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
 
メソッドの詳細

newInstance

VideoCapture newInstance()
Returns a new instance of VideoCapture implementation.
戻り値:
A new instance of VideoCapture implementation.

newInstance

VideoCapture newInstance(java.lang.String identifier)
Returns a new instance of VideoCapture implementation with the specified identifier.
パラメータ:
identifier - Device identifier.
戻り値:
VideoCapture object.

queryIdentifiers

java.lang.String[] queryIdentifiers()
Query available devices and return their identifiers
戻り値:
Device identifiers in a String array.


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