MPLATFORMLib Namespace > IMFFrame Interface : MFResize Method |
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 _ )
void MFResize( eMFCC _fccOutput, int _nWidth, int _nHeight, int _nResizeField, out IMFFrame _ppFrameRes, string _bsPropsList, string _bsConverterID )
procedure MFResize( _fccOutput: eMFCC; _nWidth: Integer; _nHeight: Integer; _nResizeField: Integer; Out _ppFrameRes: IMFFrame; _bsPropsList: String; _bsConverterID: String );
void MFResize( eMFCC _fccOutput, int _nWidth, int _nHeight, int _nResizeField, [PARAMFLAG::Out] IMFFrame* _ppFrameRes, BSTR* _bsPropsList, BSTR* _bsConverterID )