MPLATFORMLib Namespace > MFrameClass Class : MFResize Method |
Public Overridable Sub MFResize( _ ByVal _fccOutput As eMFCC, _ ByVal _nWidth As Integer, _ ByVal _nHeight As Integer, _ ByVal _nResizeField As Integer, _ ByRef _ppFrameRes As IMFFrame, _ ByVal _bsPropsList As String, _ ByVal _bsConverterID As String _ )
public virtual void MFResize( eMFCC _fccOutput, int _nWidth, int _nHeight, int _nResizeField, out IMFFrame _ppFrameRes, string _bsPropsList, string _bsConverterID )
public procedure MFResize( _fccOutput: eMFCC; _nWidth: Integer; _nHeight: Integer; _nResizeField: Integer; Out _ppFrameRes: IMFFrame; _bsPropsList: String; _bsConverterID: String ); virtual;
public: virtual void MFResize( eMFCC _fccOutput, int _nWidth, int _nHeight, int _nResizeField, [PARAMFLAG::Out] IMFFrame* _ppFrameRes, BSTR* _bsPropsList, BSTR* _bsConverterID )