MPLATFORMLib Namespace > IMFrames Interface : FramesCreate Method |
Sub FramesCreate( _ ByVal _cbVideoSize As Integer, _ ByVal _bsProps As String, _ ByRef _ppFrame As MFrame _ )
void FramesCreate( int _cbVideoSize, string _bsProps, out MFrame _ppFrame )
procedure FramesCreate( _cbVideoSize: Integer; _bsProps: String; Out _ppFrame: MFrame );
void FramesCreate( int _cbVideoSize, BSTR* _bsProps, [PARAMFLAG::Out] MFrame* _ppFrame )