Interface ISoundPlayerHandler
Contains methods and properties which allow to control sound player.
public interface ISoundPlayerHandler : IDisposable
Properties
- IsOk
Gets whether this object is ok.
Methods
- Play(SoundPlayFlags)
Starts playing sound using the specified flags.
- Stop()
Stops playing sound.