[This is preliminary documentation and is subject to change.]

The SystemSoundPlayer type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).)
Public methodPlay()()()()
Plays system sound represented by this instance
(Overrides Sound..::..Play()()()().)
Public methodPlay(Int32)
Plays shound given number of times. Returns after all plays are finished.
(Inherited from Sound.)
Public methodPlayOnBackground(Int32)
Plays sound on background
(Inherited from Sound.)
Public methodPlayOnBackground(Action<(Of <<'(Sound>)>>), Int32)
Plays sound on background
(Inherited from Sound.)
Public methodPlayOnBackground<(Of <<'(T>)>>)(Action<(Of <<'(Sound, T>)>>), T, Int32)
Plays sound on background
(Inherited from Sound.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Operators

See Also