DeckGetTimecodeString Method (IMDeckControl)
current timecode in string format
error code
Returns the current timecode in string format.
Syntax
Sub DeckGetTimecodeString( _
   ByRef _pCurrentTimeCode As String, _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckGetTimecodeString( 
   out string _pCurrentTimeCode,
   out eMBMDDeckControlError _pError
)
procedure DeckGetTimecodeString( 
   Out  _pCurrentTimeCode: String;
   Out  _pError: eMBMDDeckControlError
); 
void DeckGetTimecodeString( 
   [PARAMFLAG::Out] BSTR* _pCurrentTimeCode,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_pCurrentTimeCode
current timecode in string format
_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members