MFORMATSLib Namespace > IMFSourceVB6 Interface : SourceFrameConvertedGetByTimeVB6 Method |
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 )