SourceFrameConvertedGetByTimeVB6 Method (IMFSourceVB6)
media properties
time position to get frame
wait time
result frame
additional parameters
Get converted frame by time (VB6 only method)
Syntax
Sub SourceFrameConvertedGetByTimeVB6( _
   ByRef _pAVPropsOut As M_AV_PROPS, _
   ByVal _dblTimeSec As Double, _
   ByVal _nMaxWaitMsec As Integer, _
   ByRef _ppFrame As MFFrame, _
   ByVal _bsHints As String _
) 
void SourceFrameConvertedGetByTimeVB6( 
   ref M_AV_PROPS _pAVPropsOut,
   double _dblTimeSec,
   int _nMaxWaitMsec,
   out MFFrame _ppFrame,
   string _bsHints
)
procedure SourceFrameConvertedGetByTimeVB6( 
   var  _pAVPropsOut: M_AV_PROPS;
    _dblTimeSec: Double;
    _nMaxWaitMsec: Integer;
   Out  _ppFrame: MFFrame;
    _bsHints: String
); 
void SourceFrameConvertedGetByTimeVB6( 
   ref M_AV_PROPS _pAVPropsOut,
   double _dblTimeSec,
   int _nMaxWaitMsec,
   [PARAMFLAG::Out] MFFrame* _ppFrame,
   BSTR* _bsHints
) 

Parameters

_pAVPropsOut
media properties
_dblTimeSec
time position to get frame
_nMaxWaitMsec
wait time
_ppFrame
result frame
_bsHints
additional parameters
See Also

Reference

IMFSourceVB6 Interface
IMFSourceVB6 Members