jp.digitalmuseum.capture
クラス VideoGrabberAbstractImpl

java.lang.Object
  上位を拡張 jp.digitalmuseum.capture.VideoGrabberAbstractImpl
すべての実装されたインタフェース:
java.awt.event.ActionListener, java.util.EventListener
直系の既知のサブクラス:
VideoGrabber, VideoRawGrabber

public abstract class VideoGrabberAbstractImpl
extends java.lang.Object
implements java.awt.event.ActionListener
Abstract implementation of video grabbing classes.
作成者:
Jun KATO
関連項目:
VideoCapture, VideoGrabber, VideoRawGrabber

コンストラクタの概要
VideoGrabberAbstractImpl()
           
VideoGrabberAbstractImpl(VideoCapture capturer)
           
 
メソッドの概要
 VideoCapture getCapturer()
           
 java.lang.Exception getLastException()
           
protected abstract  void initialize()
           
 void pause()
           
 void resume()
           
 boolean setCapturer(VideoCaptureAbstractImpl capturer)
          Specify a capturer.
 boolean setFrameRate(float fps)
           
 void start()
           
 void stop()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース java.awt.event.ActionListener から継承されたメソッド
actionPerformed
 
コンストラクタの詳細

VideoGrabberAbstractImpl

public VideoGrabberAbstractImpl()

VideoGrabberAbstractImpl

public VideoGrabberAbstractImpl(VideoCapture capturer)
メソッドの詳細

initialize

protected abstract void initialize()

setFrameRate

public boolean setFrameRate(float fps)
関連項目:
VideoCapture.setFrameRate(float)

setCapturer

public boolean setCapturer(VideoCaptureAbstractImpl capturer)
Specify a capturer.
関連項目:
setFrameRate(float)

getCapturer

public VideoCapture getCapturer()
戻り値:
Returns the specified capturer.

start

public void start()
           throws java.lang.Exception
例外:
java.lang.Exception
関連項目:
VideoCapture.start()

pause

public void pause()
関連項目:
VideoCapture.pause()

resume

public void resume()
関連項目:
VideoCapture.resume()

stop

public void stop()
関連項目:
VideoCapture.stop()

getLastException

public java.lang.Exception getLastException()
戻り値:
Returns the last exception occurred in this grabber.
関連項目:
setFrameRate(float)


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