C# Class ps2ls.Forms.SoundBrowser

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: psemu/ps2ls Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( ) : void
DeleteInstance ( ) : void
SoundBrowser ( ) : System
onEnter ( object sender, EventArgs e ) : void

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
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
PCMREADCALLBACK ( IntPtr soundraw, IntPtr data, uint datalen ) : FMOD.RESULT
PCMSETPOSCALLBACK ( IntPtr soundraw, int subsound, uint pcmoffset, FMOD postype ) : FMOD.RESULT
PlayPause_Click ( object sender, EventArgs e ) : void
READCALLBACK ( IntPtr handle, IntPtr buffer, uint sizebytes, uint &bytesread, IntPtr userdata ) : FMOD.RESULT
SEEKCALLBACK ( IntPtr handle, int pos, IntPtr userdata ) : FMOD.RESULT
SearchBoxClear_Click ( object sender, EventArgs e ) : void
SoundBrowser_Load ( object sender, EventArgs e ) : void
StopButton_Click ( object sender, EventArgs e ) : void
initFmod ( ) : void
loadSound ( string name ) : void
onIdle ( object sender, EventArgs e ) : void
refreshListBox ( ) : void
refreshTimer_Tick ( object sender, EventArgs e ) : void
searchBox_TextChanged ( object sender, EventArgs e ) : void
soundListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
toolStripButton2_Click ( object sender, EventArgs e ) : void

Method Details

CreateInstance() public static méthode

public static CreateInstance ( ) : void
Résultat void

DeleteInstance() public static méthode

public static DeleteInstance ( ) : void
Résultat void

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

SoundBrowser() public méthode

public SoundBrowser ( ) : System
Résultat System

onEnter() public méthode

public onEnter ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void