C# 클래스 YAMP.Sensors.Devices.Microphone

The microphone devide using NAudio.
상속: BaseDevice
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Microphone ( ) : NAudio.CoreAudioApi

Creates a new microphone.

Record ( Int32 bufferFills ) : Task

Records the audio for the specified number of buffer fills.

보호된 메소드들

메소드 설명
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

비공개 메소드들

메소드 설명
OnDataAvailable ( Object sender, NAudio.Wave.WaveInEventArgs e ) : void

메소드 상세

InstallReadingChangedHandler() 보호된 메소드

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
리턴 void

Microphone() 공개 메소드

Creates a new microphone.
public Microphone ( ) : NAudio.CoreAudioApi
리턴 NAudio.CoreAudioApi

Record() 공개 메소드

Records the audio for the specified number of buffer fills.
public Record ( Int32 bufferFills ) : Task
bufferFills System.Int32
리턴 Task

UninstallReadingChangedHandler() 보호된 메소드

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
리턴 void