C# Класс Gablarski.OpenAL.PlaybackDevice

Наследование: Device
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Close ( ) : void
CreateAndActivateContext ( ) : Context

Creates, activates and returns a new device context.

CreateContext ( ) : Context

Creates and returns a new device context.

Open ( ) : PlaybackDevice

Opens the device.

Защищенные методы

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

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

Метод Описание
PlaybackDevice ( string deviceName ) : System
alcCloseDevice ( IntPtr handle ) : IntPtr
alcOpenDevice ( string deviceName ) : IntPtr

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

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

public Close ( ) : void
Результат void

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

Creates, activates and returns a new device context.
public CreateAndActivateContext ( ) : Context
Результат Context

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

Creates and returns a new device context.
public CreateContext ( ) : Context
Результат Context

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Opens the device.
public Open ( ) : PlaybackDevice
Результат PlaybackDevice