Implements the CNTV2SerialControl class.
More...
Go to the source code of this file.
|
| static UByte | playCommand [] = { 0x2, 0x20, 0x01 } |
| |
| static UByte | stopCommand [] = { 0x2, 0x20, 0x00 } |
| |
| static UByte | fastForwardCommand [] = { 0x2, 0x20, 0x10 } |
| |
| static UByte | rewindCommand [] = { 0x2, 0x20, 0x20 } |
| |
| static UByte | reversePlayCommand [] = { 0x3, 0x21, 0x21, 0x40 } |
| |
| static UByte | ltcTimeDataCommand [] = { 0x3, 0x61, 0x0C, 0x01 } |
| |
Implements the CNTV2SerialControl class.
Declares the CNTV2SerialControl class.
- Copyright
- (C) 2004-2022 AJA Video Systems, Inc.
Definition in file ntv2serialcontrol.cpp.
◆ fastForwardCommand
| UByte fastForwardCommand[] = { 0x2, 0x20, 0x10 } |
|
static |
◆ ltcTimeDataCommand
| UByte ltcTimeDataCommand[] = { 0x3, 0x61, 0x0C, 0x01 } |
|
static |
◆ playCommand
| UByte playCommand[] = { 0x2, 0x20, 0x01 } |
|
static |
◆ reversePlayCommand
| UByte reversePlayCommand[] = { 0x3, 0x21, 0x21, 0x40 } |
|
static |
◆ rewindCommand
| UByte rewindCommand[] = { 0x2, 0x20, 0x20 } |
|
static |
◆ stopCommand
| UByte stopCommand[] = { 0x2, 0x20, 0x00 } |
|
static |