C# Class Tsukikage.WinMM.WaveIO.WaveIn

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

Méthodes publiques

Méthode Description
Close ( ) : void

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

EnsureOpened ( ) : void
GetDeviceNames ( ) : string[]

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

IDisposable ( ) : void
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. �^����~

WaveIn ( int deviceId, int samplesPerSec, int bitsPerSample, int channels ) : System

Open WaveIn. WaveIn��J���܂��B

Method Details

Close() public méthode

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

EnsureOpened() public méthode

public EnsureOpened ( ) : 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[]

IDisposable() public méthode

public IDisposable ( ) : void
Résultat void

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) 65536 : �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
bufferSize int ex) 16 : �o�b�t�@��
Résultat void

Stop() public méthode

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

WaveIn() public méthode

Open WaveIn. WaveIn��J���܂��B
public WaveIn ( int deviceId, int samplesPerSec, int bitsPerSample, int channels ) : System
deviceId int WaveIn.WaveMapper or index of GetDeviceNames(). WaveIn.WaveMapper���AGetDeviceNames()��index
samplesPerSec int ex) 44100 (Hz)
bitsPerSample int 16 or 8
channels int 2 or 1
Résultat System