Public Overridable Sub MFFrameCreateFromMemEx( _
ByRef As M_AV_PROPS, _
ByRef As MF_VID_PTR, _
ByVal As Integer, _
ByVal As Long, _
ByRef As IMFFrame, _
ByVal As String _
)
public virtual void MFFrameCreateFromMemEx(
ref M_AV_PROPS ,
ref MF_VID_PTR ,
int ,
long ,
out IMFFrame ,
string
)
public procedure MFFrameCreateFromMemEx(
var : M_AV_PROPS;
var : MF_VID_PTR;
: Integer;
: Int64;
Out : IMFFrame;
: String
); virtual;
public: virtual void MFFrameCreateFromMemEx(
ref M_AV_PROPS ,
ref MF_VID_PTR ,
int ,
long ,
[PARAMFLAG::Out] IMFFrame* ,
BSTR*
)