C# 클래스 ps2ls.Forms.SoundBrowser

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: psemu/ps2ls 1 사용 예제들

공개 메소드들

메소드 설명
CreateInstance ( ) : void
DeleteInstance ( ) : void
SoundBrowser ( ) : System
onEnter ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( ) : void
리턴 void

DeleteInstance() 공개 정적인 메소드

public static DeleteInstance ( ) : void
리턴 void

Dispose() 보호된 메소드

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

SoundBrowser() 공개 메소드

public SoundBrowser ( ) : System
리턴 System

onEnter() 공개 메소드

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