C# Класс ManagedBass.Record

Capture audio from Microphone.
Наследование: IAudioRecorder
Показать файл Открыть проект

Открытые методы

Метод Описание
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