MPLATFORMLib Namespace : eMBMDDeckControlError Enumeration |
Member | Description |
---|---|
eMDCE_BadChecksumError | When sending a custom command, the deck’s response contained an invalid checksum. |
eMDCE_BufferTooSmallError | The deck is not responding to requests. bmdDeckControlBufferTooSmallError When sending a custom command, either the internal buffer is too small for the provided custom command (reduce the size of the custom command), or the buffer provided for the command’s response is too small (provide a larger one). |
eMDCE_CommandFailedError | A deck control command request has failed. |
eMDCE_DeckTimeoutError | Deck control timeout error |
eMDCE_DeviceAlreadyOpenedError | The deck control device is already open. |
eMDCE_EndOfTapeError | Deck control has reached or is trying to move past the end of the tape. |
eMDCE_FailedToOpenDeviceError | Deck control failed to open the serial device. |
eMDCE_InLocalModeError | The deck in local mode and is no longer controllable. |
eMDCE_MissedInPointError | The in point was missed while prerolling as the current timecode has passed the begin in / capture timecode. |
eMDCE_NoCommunicationError | The deck is not responding to requests. |
eMDCE_NoError | No error |
eMDCE_NoTapeInDeckError | There is currently no tape in the deck. |
eMDCE_NoVideoFromCardError | A capture or export operation was attempted when the input signal was invalid. |
eMDCE_pModeError | The deck is not in the correct mode for the desired operation. Eg. A play command is issued, but the current mode is not VTRControlMode |
eMDCE_UnknownError | Deck control unknown error |
eMDCE_UserAbortError | Abort an export-to-tape or capture operation. |