C# Class Tsukikage.WinMM.MidiIO.MidiIn

Win32 MidiIn ����N���X
Inheritance: IDisposable
Afficher le fichier Open project: ttsuki/ttsuki Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Close MidiIn and release all resources. MidiIn��‚��A���ׂẴ��\�[�X�������܂��B

GetDeviceNames ( ) : string[]

Get names of installed devices. �C���X�g�[���ς݂̃f�o�C�X���𓾂܂��B

MidiIn ( uint deviceId ) : System

Open MidiIn. MidiIn��J���܂��B

Start ( ) : void

Start recording. �^���J�n

Start ( int bufferSize ) : void

Start recording. �^���J�n

Start ( int bufferCount, int bufferSize ) : void

Start recording. �^���J�n

Stop ( ) : void

Stop recording. �^����~

Private Methods

Méthode Description
EnsureOpened ( ) : void
IDisposable ( ) : void

Method Details

Close() public méthode

Close MidiIn and release all resources. MidiIn��‚��A���ׂẴ��\�[�X�������܂��B
public Close ( ) : void
Résultat void

GetDeviceNames() public static méthode

Get names of installed devices. �C���X�g�[���ς݂̃f�o�C�X���𓾂܂��B
public static GetDeviceNames ( ) : string[]
Résultat string[]

MidiIn() public méthode

Open MidiIn. MidiIn��J���܂��B
public MidiIn ( uint deviceId ) : System
deviceId uint index of GetDeviceNames(). GetDeviceNames()��index
Résultat System

Start() public méthode

Start recording. �^���J�n
public Start ( ) : void
Résultat void

Start() public méthode

Start recording. �^���J�n
public Start ( int bufferSize ) : void
bufferSize int ex) 1024 : �o�b�t�@�T�C�Y
Résultat void

Start() public méthode

Start recording. �^���J�n
public Start ( int bufferCount, int bufferSize ) : void
bufferCount int ex) 256 : �o�b�t�@��
bufferSize int ex) 1024 : �o�b�t�@�T�C�Y
Résultat void

Stop() public méthode

Stop recording. �^����~
public Stop ( ) : void
Résultat void