de.humatic.jdl
Class DecklinkStatus

java.lang.Object
  extended by de.humatic.jdl.DecklinkInterface
      extended by de.humatic.jdl.DecklinkStatus

public class DecklinkStatus
extends DecklinkInterface

IDecklinkStatus implementation - this interface is exposed by the Decklink Video Capture filter.


Method Summary
 int[] getVideoInputStatus()
          Returns an int[2] signalling video and genlock status.
 void registerVideoStatusChangeEvent()
          Register for automatic input status change notification, which will be sent to the DSFiltergraph's PropertyChangeListeners with a type code of Decklink.INPUT_STATUS_CHANGED.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerVideoStatusChangeEvent

public void registerVideoStatusChangeEvent()
Register for automatic input status change notification, which will be sent to the DSFiltergraph's PropertyChangeListeners with a type code of Decklink.INPUT_STATUS_CHANGED.


getVideoInputStatus

public int[] getVideoInputStatus()
Returns an int[2] signalling video and genlock status. For manual polling.