[This is preliminary documentation and is subject to change.]
Author: Đonny
Abstract class that represents short sound to be played
Namespace: Tools.MediaTAssembly: 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
System..::..Object
Tools.MediaT..::..Sound
Tools.MediaT..::..SoundPlayerWrapper
Tools.MediaT..::..SystemSoundPlayer
Tools.MediaT..::..Sound
Tools.MediaT..::..SoundPlayerWrapper
Tools.MediaT..::..SystemSoundPlayer
See Also
Version History
1.5.2
- (Nightly) VersionAttribute and AuthorAttribute removed