C# Класс ManagedBass.Wasapi.WasapiDevice

Represents a WASAPI Device
Наследование: IDisposable
Показать файл Открыть проект

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

Метод Описание
Dispose ( ) : void

Frees the Device.

Equals ( object Obj ) : bool

Compares objects for Equality.

GetHashCode ( ) : int

Returns the Device Index.

Start ( ) : bool

Starts the device.

Stop ( bool Reset = true ) : bool

Stops the device.

ToString ( ) : string

Returns a string representation of the Wasapi Device.

Приватные методы

Метод Описание
Ensure ( ) : void
OnProc ( IntPtr Buffer, int Length, IntPtr User ) : int
WasapiDevice ( int Index ) : System
_Init ( int Frequency, int Channels, bool Shared, bool UseEventSync, int Buffer, int Period ) : bool

Описание методов

Dispose() публичный Метод

Frees the Device.
public Dispose ( ) : void
Результат void

Equals() публичный Метод

Compares objects for Equality.
public Equals ( object Obj ) : bool
Obj object
Результат bool

GetHashCode() публичный Метод

Returns the Device Index.
public GetHashCode ( ) : int
Результат int

Start() публичный Метод

Starts the device.
public Start ( ) : bool
Результат bool

Stop() публичный Метод

Stops the device.
public Stop ( bool Reset = true ) : bool
Reset bool
Результат bool

ToString() публичный Метод

Returns a string representation of the Wasapi Device.
public ToString ( ) : string
Результат string