C# 클래스 Tsukikage.WinMM.WaveIO.WaveIn

Win32 WaveIn����N���X
상속: IDisposable
파일 보기 프로젝트 열기: ttsuki/ttsuki 1 사용 예제들

공개 메소드들

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

메소드 상세

Close() 공개 메소드

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

EnsureOpened() 공개 메소드

public EnsureOpened ( ) : void
리턴 void

GetDeviceNames() 공개 정적인 메소드

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

IDisposable() 공개 메소드

public IDisposable ( ) : void
리턴 void

Start() 공개 메소드

Start recording. �^���J�n
public Start ( ) : void
리턴 void

Start() 공개 메소드

Start recording. �^���J�n
public Start ( int bufferSize ) : void
bufferSize int ex) 65536 : �o�b�t�@�T�C�Y
리턴 void

Start() 공개 메소드

Start recording. �^���J�n
public Start ( int bufferCount, int bufferSize ) : void
bufferCount int
bufferSize int ex) 16 : �o�b�t�@��
리턴 void

Stop() 공개 메소드

Stop recording. �^����~
public Stop ( ) : void
리턴 void

WaveIn() 공개 메소드

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
리턴 System