C# Class Sharpex2D.Audio.OpenAL.OpenALContext

Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
CreateContext ( IntPtr openALDeviceHandle ) : OpenALContext

Creates a new OpenALContext on the specified OpenALDevice.

Destroy ( ) : void

Destroys the Context.

MakeCurrent ( ) : void

Makes the context the current Context.

Private Methods

Méthode Description
OpenALContext ( IntPtr contextHandle ) : System

Creates a new OpenALContext class.

Method Details

CreateContext() public static méthode

Creates a new OpenALContext on the specified OpenALDevice.
public static CreateContext ( IntPtr openALDeviceHandle ) : OpenALContext
openALDeviceHandle System.IntPtr The OpenALDevice.
Résultat OpenALContext

Destroy() public méthode

Destroys the Context.
public Destroy ( ) : void
Résultat void

MakeCurrent() public méthode

Makes the context the current Context.
public MakeCurrent ( ) : void
Résultat void