C# Class ps2ls.Forms.SoundBrowser

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: psemu/ps2ls Class Usage Examples

Public Methods

Method Description
CreateInstance ( ) : void
DeleteInstance ( ) : void
SoundBrowser ( ) : System
onEnter ( object sender, EventArgs e ) : void

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
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 method

public static CreateInstance ( ) : void
return void

DeleteInstance() public static method

public static DeleteInstance ( ) : void
return void

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

SoundBrowser() public method

public SoundBrowser ( ) : System
return System

onEnter() public method

public onEnter ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void