Interface IAudioSettings
Allows to set global audio settings
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IAudioSettings
Properties
| Improve this Doc View SourceMasterVolume
Gets or sets the master volume. The valid range is between 0 (sound is muted) and 1 (no change is made to the volume). Default value is 0.5.
Declaration
float MasterVolume { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The master volume. |
RoomMusicCrossFading
Gets the settings for cross fading music clips when transitioning between rooms.
Declaration
ICrossFading RoomMusicCrossFading { get; }
Property Value
Type | Description |
---|---|
ICrossFading | The room music cross fading. |