IDecklinkCaptureBanner implementation - this interface is exposed by the Decklink Video Capture filter and can be
used to write to the "no input" framebuffer, whose contents will be routed to the filter's output when no video
signal is present on the card's selected capture input.
IDecklinkRawDeviceControl implementation - this interface is exposed by the Decklink Video Render filter and
can be used for hardware device control via the card's RS422 connector.
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.
Enables or disables alpha blending on the card (set %state to 1 for on, 0 for off)
% flags determines if input should be keyed into card input (bit 1 not set) or be sent to an external keyer via one of the SDI outputs (bit 1 set).
Selects between AES/EBU (1) and Decklink (0) audio input.
In Decklink mode the source of audio will depend upon the selected source of video.
If the video input is SDI, the embedded audio is used, if the video input is analogue then analogue audio will be used.
Sets the hardware HD downconversion mode.
0 - Disable hardware downconversion.
1 - LB16X9, Enable hardware downconversion, output will be SD 16:9 letter box.
2 - ANA, Enable hardware downconversion, output will be SD anamorphic.
3 - CENTER, Enable hardware downconversion, output will be SD center cut
%flags determines whether downconversion will be done to analog outputs (bit 1 set - true, not set - false)
STATUS -
Static variable in class de.humatic.jdl.Decklink
Converts 3BYTE_BGR, 4BYTE_ABGR, INT_RGB & INT_ARGB type BufferedImages into raw yuv (UYVY or HDYV) data of the type read from the
DSMediaType argument.