3.34 Deck Control Event

BMDDeckControlEvent enumerates the possible deck control events.

  • bmdDeckControlAbortedEvent

    This event is triggered when a capture or edit-to-tape operation is aborted.

  • bmdDeckControlPrepareForExportEvent

    This event is triggered a few frames before reaching the in-point. IDeckLinkInput::StartScheduledPlayback should be called at this point.

  • bmdDeckControlExportCompleteEvent

    This event is triggered a few frames after reaching the out-point. At this point, it is safe to stop playback. Upon reception of this event the deck’s control mode is set back to bmdDeckControlVTRControlMode.

  • bmdDeckControlPrepareForCaptureEvent

    This event is triggered a few frames before reaching the in-point. The serial timecode attached to IDeckLinkVideoInputFrames is now valid.

  • bmdDeckControlCaptureCompleteEvent

    This event is triggered a few frames after reaching the out-point. Upon reception of this event the deck’s control mode is set back to bmdDeckControlVTRControlMode.