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

Author: Đonny

Abstract class that represents short sound to be played

Namespace: Tools.MediaT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public abstract class Sound
Visual Basic
Public MustInherit Class Sound
Visual C++
public ref class Sound abstract
F#
[<AbstractClassAttribute>]
type Sound =  class end
JScript
public abstract class Sound

Remarks

This class does not provide seeking and stoping capabilities. It is intended to be used with short sounds.

Provided type editor can convert names of system sounds and any URI to instance of Sound.

Inheritance Hierarchy

See Also

Collapse/expand Version History

1.5.2