C# Класс ps2ls.Forms.SoundExportForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
SoundExportForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SoundExportForm() публичный Метод

public SoundExportForm ( ) : System
Результат System