SourceFrameConvertedGetByTimeVB6 Method (MFLiveClass)
media properties
time position to get frame
wait time
result frame
additional parameters
Get converted frame by time (VB6 only method)
Syntax
Public Overridable Sub SourceFrameConvertedGetByTimeVB6( _
   ByRef _pAVPropsOut As M_AV_PROPS, _
   ByVal _dblTimeSec As Double, _
   ByVal _nMaxWaitMsec As Integer, _
   ByRef _ppFrame As MFFrame, _
   ByVal _bsHints As String _
) 
public virtual void SourceFrameConvertedGetByTimeVB6( 
   ref M_AV_PROPS _pAVPropsOut,
   double _dblTimeSec,
   int _nMaxWaitMsec,
   out MFFrame _ppFrame,
   string _bsHints
)
public procedure SourceFrameConvertedGetByTimeVB6( 
   var  _pAVPropsOut: M_AV_PROPS;
    _dblTimeSec: Double;
    _nMaxWaitMsec: Integer;
   Out  _ppFrame: MFFrame;
    _bsHints: String
); virtual; 
public: virtual 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

MFLiveClass Class
MFLiveClass Members