C# 클래스 ManagedBass.Record

Capture audio from Microphone.
상속: IAudioRecorder
파일 보기 프로젝트 열기: ManagedBass/ManagedBass

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees all resources used by this instance.

Record ( ) : System

Creates a new instance of Record with the Default Format and Device.

Record ( RecordDevice Device ) : System

Creates a new instance of Record with the Default Format.

Record ( RecordDevice Device, int Frequency, int Channels, Resolution Resolution = Resolution.Short ) : System

Creates a new instance of Record.

Start ( ) : bool

Start Audio Capture.

Stop ( ) : bool

Stop Audio Capture.

비공개 메소드들

메소드 설명
Processing ( int HRecord, IntPtr Buffer, int Length, IntPtr User ) : bool

메소드 상세

Dispose() 공개 메소드

Frees all resources used by this instance.
public Dispose ( ) : void
리턴 void

Record() 공개 메소드

Creates a new instance of Record with the Default Format and Device.
public Record ( ) : System
리턴 System

Record() 공개 메소드

Creates a new instance of Record with the Default Format.
public Record ( RecordDevice Device ) : System
Device RecordDevice The to use.
리턴 System

Record() 공개 메소드

Creates a new instance of Record.
public Record ( RecordDevice Device, int Frequency, int Channels, Resolution Resolution = Resolution.Short ) : System
Device RecordDevice
Frequency int
Channels int
Resolution Resolution
리턴 System

Start() 공개 메소드

Start Audio Capture.
public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

Stop Audio Capture.
public Stop ( ) : bool
리턴 bool