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