Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the object.
|
|
FreeSource ( |
Frees a source.
|
|
OpenALSourcePool ( |
Initializes a new OpenALSourcePool class.
|
|
RequestSource ( ) : |
Requests a Source from the source pool.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the object.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | The disposing state. |
return | void |
public FreeSource ( |
||
source | The OpenALSource. | |
return | void |
public OpenALSourcePool ( |
||
context | The OpenALContext. | |
return | System |