Velaptor.Content.ISound
Velaptor
Velaptor.Content
ISound Interface
A single sound that can be played, paused etc.
public interface ISound :
CASL.ISound,
System.IDisposable,
Velaptor.Content.IContent
Derived
↳ Sound
Implements CASL.ISound, System.IDisposable, IContent
Properties
FilePath
Gets the fully qualified path to the content file.
string FilePath { get; }
Property Value
Id
Gets the unique ID of the sound.
uint Id { get; }
Property Value
Name
Gets the name of the content.
string Name { get; }