C# Class Tao.OpenAl.Alut

OpenAL binding for .NET, implementing ALUT 1.0.
ALUT is non-standard.
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
alutInit ( ) : int

Private Methods

Method Description
alutCreateBufferFromFile ( string fileName ) : int
alutCreateBufferFromFileImage ( IntPtr data, int length ) : int
alutCreateBufferHelloWorld ( ) : int
alutCreateBufferWaveform ( int waveshape, float frequency, float phase, float duration ) : int
alutExit ( ) : int
alutGetError ( ) : int
alutGetErrorString ( int error ) : string
alutGetMIMETypes ( int loader ) : string
alutGetMajorVersion ( ) : int
alutGetMinorVersion ( ) : int
alutInit ( int argcp, string argv ) : int
alutInitWithoutContext ( int argcp, string argv ) : int
alutLoadMemoryFromFile ( string fileName, int &format, int &size, float &frequency ) : IntPtr
alutLoadMemoryFromFileImage ( IntPtr data, int length, int &format, int &size, float &frequency ) : IntPtr
alutLoadMemoryHelloWorld ( int &format, int &size, float &frequency ) : IntPtr
alutLoadMemoryWaveform ( int waveshape, float frequency, float phase, float duration, int &format, int &size, float &freq ) : IntPtr
alutSleep ( float duration ) : int

Method Details

alutInit() public static method

public static alutInit ( ) : int
return int