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

Parameters

_pCurrentTimeCode
current timecode in string format
_pError
error code
See Also

Reference

MLiveClass Class
MLiveClass Members