ReaderControlPosGetTC Method (IMFReaderDS)
timecode of position
Gets current position via timecode (for alternative playback control)
Syntax
Sub ReaderControlPosGetTC( _
   ByRef _pTimecode As M_TIMECODE _
) 
void ReaderControlPosGetTC( 
   out M_TIMECODE _pTimecode
)
procedure ReaderControlPosGetTC( 
   Out  _pTimecode: M_TIMECODE
); 
void ReaderControlPosGetTC( 
   [PARAMFLAG::Out] M_TIMECODE _pTimecode
) 

Parameters

_pTimecode
timecode of position
See Also

Reference

IMFReaderDS Interface
IMFReaderDS Members