[This is preliminary documentation and is subject to change.]
The SystemSoundPlayer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SystemSoundPlayer(SystemSound) | CTor | |
| SystemSoundPlayer(SystemSoundPlayer..::..KnownSystemSounds) | CTor from SystemSoundPlayer..::..KnownSystemSounds |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides Object..::..Equals(Object).) | |
| Play()()()() | Plays system sound represented by this instance (Overrides Sound..::..Play()()()().) | |
| Play(Int32) | Plays shound given number of times. Returns after all plays are finished. (Inherited from Sound.) | |
| PlayOnBackground(Int32) | Plays sound on background (Inherited from Sound.) | |
| PlayOnBackground(Action<(Of <<'(Sound>)>>), Int32) | Plays sound on background (Inherited from Sound.) | |
| PlayOnBackground<(Of <<'(T>)>>)(Action<(Of <<'(Sound, T>)>>), T, Int32) | Plays sound on background (Inherited from Sound.) | |
| ToString | (Overrides Object..::..ToString()()()().) |