C# Class Gablarski.OpenAL.PlaybackDevice

Inheritance: Device
Afficher le fichier Open project: ermau/Gablarski Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
PlaybackDevice ( string deviceName ) : System
alcCloseDevice ( IntPtr handle ) : IntPtr
alcOpenDevice ( string deviceName ) : IntPtr

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CreateAndActivateContext() public méthode

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

CreateContext() public méthode

Creates and returns a new device context.
public CreateContext ( ) : Context
Résultat Context

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Open() public méthode

Opens the device.
public Open ( ) : PlaybackDevice
Résultat PlaybackDevice