C# Class ps2ls.Forms.SoundExportForm

Inheritance: System.Windows.Forms.Form
Mostra file Open project: psemu/ps2ls

Public Methods

Method Description
SoundExportForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CLOSECALLBACK ( IntPtr handle, IntPtr userdata ) : FMOD.RESULT
DoExportSound ( object sender, object arg ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OPENCALLBACK ( [ name, int unicode, uint &filesize, IntPtr &handle, IntPtr &userdata ) : FMOD.RESULT
READCALLBACK ( IntPtr handle, IntPtr buffer, uint sizebytes, uint &bytesread, IntPtr userdata ) : FMOD.RESULT
SEEKCALLBACK ( IntPtr handle, int pos, IntPtr userdata ) : FMOD.RESULT
initFmod ( ) : void
loadSound ( string name ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SoundExportForm() public method

public SoundExportForm ( ) : System
return System