DeckStartCapture Method (MItemClass)
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
Public Overridable Sub DeckStartCapture( _
   ByVal _bUseVITC As Integer, _
   ByVal _lInTimecode As Integer, _
   ByVal _lOutTimecode As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
public virtual void DeckStartCapture( 
   int _bUseVITC,
   int _lInTimecode,
   int _lOutTimecode,
   out eMBMDDeckControlError _pError
)
public procedure DeckStartCapture( 
    _bUseVITC: Integer;
    _lInTimecode: Integer;
    _lOutTimecode: Integer;
   Out  _pError: eMBMDDeckControlError
); virtual; 
public: virtual 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

MItemClass Class
MItemClass Members