C# Class ps2ls.Forms.SoundExportForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: psemu/ps2ls

Méthodes publiques

Méthode Description
SoundExportForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

SoundExportForm() public méthode

public SoundExportForm ( ) : System
Résultat System