MFORMATSLib Namespace > IMFFactory Interface : MFFrameCreatePlain Method |
Sub MFFrameCreatePlain( _ ByVal _cbVideoSize As Integer, _ ByRef _ppFrame As MFFrame _ )
void MFFrameCreatePlain( int _cbVideoSize, out MFFrame _ppFrame )
procedure MFFrameCreatePlain( _cbVideoSize: Integer; Out _ppFrame: MFFrame );
void MFFrameCreatePlain( int _cbVideoSize, [PARAMFLAG::Out] MFFrame* _ppFrame )