DeckStartCapture Method (IMDeckControl)
If 1 use VITC as the source of timecodes
timecode to start the capture sequence
timecode to stop the capture sequence
error code
Starts a capture operation using the given parameters.
Syntax
Sub DeckStartCapture( _
   ByVal _bUseVITC As Integer, _
   ByVal _lInTimecode As Integer, _
   ByVal _lOutTimecode As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckStartCapture( 
   int _bUseVITC,
   int _lInTimecode,
   int _lOutTimecode,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_bUseVITC
If 1 use VITC as the source of timecodes
_lInTimecode
timecode to start the capture sequence
_lOutTimecode
timecode to stop the capture sequence
_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members