Starts a local sound.
(String sound)
| 169 | * Starts a local sound. |
| 170 | */ |
| 171 | public static void StartLocalSound(String sound) { |
| 172 | impl.StartLocalSound(sound); |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * StartSound - Validates the parms and ques the sound up |
no test coverage detected