Public Overridable Sub SourceFrameConvertedGetByTimeVB6( _
ByRef As M_AV_PROPS, _
ByVal As Double, _
ByVal As Integer, _
ByRef As MFFrame, _
ByVal As String _
)
public virtual void SourceFrameConvertedGetByTimeVB6(
ref M_AV_PROPS ,
double ,
int ,
out MFFrame ,
string
)
public procedure SourceFrameConvertedGetByTimeVB6(
var : M_AV_PROPS;
: Double;
: Integer;
Out : MFFrame;
: String
); virtual;
public: virtual void SourceFrameConvertedGetByTimeVB6(
ref M_AV_PROPS ,
double ,
int ,
[PARAMFLAG::Out] MFFrame* ,
BSTR*
)