C# Class Gablarski.OpenAL.PlaybackDevice

Inheritance: Device
Datei anzeigen Open project: ermau/Gablarski Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
PlaybackDevice ( string deviceName ) : System
alcCloseDevice ( IntPtr handle ) : IntPtr
alcOpenDevice ( string deviceName ) : IntPtr

Method Details

Close() public method

public Close ( ) : void
return void

CreateAndActivateContext() public method

Creates, activates and returns a new device context.
public CreateAndActivateContext ( ) : Context
return Context

CreateContext() public method

Creates and returns a new device context.
public CreateContext ( ) : Context
return Context

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Open() public method

Opens the device.
public Open ( ) : PlaybackDevice
return PlaybackDevice