Called before the sounds are to be loaded and registered.
()
| 148 | * Called before the sounds are to be loaded and registered. |
| 149 | */ |
| 150 | public static void BeginRegistration() { |
| 151 | impl.BeginRegistration(); |
| 152 | } |
| 153 | |
| 154 | /** |
| 155 | * Registers and loads a sound. |
no test coverage detected