|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.humatic.jdl.DecklinkInterface
de.humatic.jdl.DecklinkRawDeviceControl
public class DecklinkRawDeviceControl
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. javax.comm is NOT required for this to work. Note that - while basically made for just that use case - neither the native interface nor jdl provide an implementation of the Sony 9pin / P2 protocol. It is in the application's responsibility to send commands valid for the connected device.
| Method Summary | |
|---|---|
byte[] |
sendRawCommand(byte[] cmd)
Sends a command down the line and returns the device's reply. |
void |
sendRawCommandAsync(byte[] cmd)
Sends a command down the line and returns immediately. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public byte[] sendRawCommand(byte[] cmd)
public void sendRawCommandAsync(byte[] cmd)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||