Called after all sounds are registered and loaded.
()
| 162 | * Called after all sounds are registered and loaded. |
| 163 | */ |
| 164 | public static void EndRegistration() { |
| 165 | impl.EndRegistration(); |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * Starts a local sound. |
no test coverage detected