DeckGetTimecode Method (IMDeckControl)
current timecode
error code
Returns the current timecode.
Syntax
Sub DeckGetTimecode( _
   ByRef _pCurrentTimeCode As M_TIMECODE, _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckGetTimecode( 
   out M_TIMECODE _pCurrentTimeCode,
   out eMBMDDeckControlError _pError
)
procedure DeckGetTimecode( 
   Out  _pCurrentTimeCode: M_TIMECODE;
   Out  _pError: eMBMDDeckControlError
); 
void DeckGetTimecode( 
   [PARAMFLAG::Out] M_TIMECODE _pCurrentTimeCode,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_pCurrentTimeCode
current timecode
_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members