Create a sound buffer directly for a file. This is for devices that implemented their own custom file loading. @note Only implemented on specific SFXDevices. @return Return a new buffer or NULL.
| 160 | /// @note Only implemented on specific SFXDevices. |
| 161 | /// @return Return a new buffer or NULL. |
| 162 | virtual SFXBuffer* createBuffer( const String& fileName, SFXDescription* description ) { return NULL; } |
| 163 | |
| 164 | /// Tries to create a new voice. |
| 165 | /// |
no outgoing calls
no test coverage detected