|
FOLDBACK CALLBACK (provided by calling software) |
|
FOLDBACK CALLBACK This function has the following type and is provided by the calling software: typedef void (AL_APIENTRY *LPALFOLDBACKCALLBACK) ( ALenum event, ALsizei blockIndex ); |
|
This function has the following type: typedef void (AL_APIENTRY *LPALREQUESTFOLDBACKSTART) ( ALenum foldbackMode, ALsizei blockCount, ALsizei blockLength, ALfloat * bufferMemory, LPALFOLDBACKCALLBACK callback ); |
|
This function has the following type: typedef void (AL_APIENTRY *LPALREQUESTFOLDBACKSTOP) ( void ); |