MPLATFORMLib Namespace > MFFactoryClass Class : MFFrameCreatePlain Method |
Public Overridable Sub MFFrameCreatePlain( _ ByVal _cbVideoSize As Integer, _ ByRef _ppFrame As IMFFrame _ )
public virtual void MFFrameCreatePlain( int _cbVideoSize, out IMFFrame _ppFrame )
public procedure MFFrameCreatePlain( _cbVideoSize: Integer; Out _ppFrame: IMFFrame ); virtual;
public: virtual void MFFrameCreatePlain( int _cbVideoSize, [PARAMFLAG::Out] IMFFrame* _ppFrame )