C# Class FMOD.Reverb3D

Inheritance: HandleBase
Afficher le fichier Open project: punker76/simple-music-player Class Usage Examples

Méthodes publiques

Méthode Description
Reverb3D ( IntPtr raw ) : System
get3DAttributes ( VECTOR &position, float &mindistance, float &maxdistance ) : RESULT
getActive ( bool &active ) : RESULT
getProperties ( REVERB_PROPERTIES &properties ) : RESULT
getUserData ( IntPtr &userdata ) : RESULT
release ( ) : RESULT
set3DAttributes ( VECTOR &position, float mindistance, float maxdistance ) : RESULT
setActive ( bool active ) : RESULT
setProperties ( REVERB_PROPERTIES &properties ) : RESULT
setUserData ( IntPtr userdata ) : RESULT

Private Methods

Méthode Description
FMOD_Reverb3D_Get3DAttributes ( IntPtr reverb, VECTOR &position, float &mindistance, float &maxdistance ) : RESULT
FMOD_Reverb3D_GetActive ( IntPtr reverb, bool &active ) : RESULT
FMOD_Reverb3D_GetProperties ( IntPtr reverb, REVERB_PROPERTIES &properties ) : RESULT
FMOD_Reverb3D_GetUserData ( IntPtr reverb, IntPtr &userdata ) : RESULT
FMOD_Reverb3D_Release ( IntPtr reverb ) : RESULT
FMOD_Reverb3D_Set3DAttributes ( IntPtr reverb, VECTOR &position, float mindistance, float maxdistance ) : RESULT
FMOD_Reverb3D_SetActive ( IntPtr reverb, bool active ) : RESULT
FMOD_Reverb3D_SetProperties ( IntPtr reverb, REVERB_PROPERTIES &properties ) : RESULT
FMOD_Reverb3D_SetUserData ( IntPtr reverb, IntPtr userdata ) : RESULT

Method Details

Reverb3D() public méthode

public Reverb3D ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

get3DAttributes() public méthode

public get3DAttributes ( VECTOR &position, float &mindistance, float &maxdistance ) : RESULT
position VECTOR
mindistance float
maxdistance float
Résultat RESULT

getActive() public méthode

public getActive ( bool &active ) : RESULT
active bool
Résultat RESULT

getProperties() public méthode

public getProperties ( REVERB_PROPERTIES &properties ) : RESULT
properties REVERB_PROPERTIES
Résultat RESULT

getUserData() public méthode

public getUserData ( IntPtr &userdata ) : RESULT
userdata System.IntPtr
Résultat RESULT

release() public méthode

public release ( ) : RESULT
Résultat RESULT

set3DAttributes() public méthode

public set3DAttributes ( VECTOR &position, float mindistance, float maxdistance ) : RESULT
position VECTOR
mindistance float
maxdistance float
Résultat RESULT

setActive() public méthode

public setActive ( bool active ) : RESULT
active bool
Résultat RESULT

setProperties() public méthode

public setProperties ( REVERB_PROPERTIES &properties ) : RESULT
properties REVERB_PROPERTIES
Résultat RESULT

setUserData() public méthode

public setUserData ( IntPtr userdata ) : RESULT
userdata System.IntPtr
Résultat RESULT