MPLATFORMLib Namespace > IMDeckControl Interface : DeckStartCapture Method |
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, out eMBMDDeckControlError _pError )
procedure DeckStartCapture( _bUseVITC: Integer; _lInTimecode: Integer; _lOutTimecode: Integer; Out _pError: eMBMDDeckControlError );
void DeckStartCapture( int _bUseVITC, int _lInTimecode, int _lOutTimecode, [PARAMFLAG::Out] eMBMDDeckControlError _pError )