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