Show / Hide Table of Contents

    Interface IAudioSystem

    The entry point for interacting with the audio system.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IAudioSystem

    Properties

    | Improve this Doc View Source

    AudioClips

    Gets all available audio clips.

    Declaration
    IAGSBindingList<IAudioClip> AudioClips { get; }
    Property Value
    Type Description
    IAGSBindingList<IAudioClip>

    The audio clips.

    | Improve this Doc View Source

    AudioRules

    Gets the audio rules (which can modify properties of playing sounds).

    Declaration
    IAGSBindingList<IAudioRule> AudioRules { get; }
    Property Value
    Type Description
    IAGSBindingList<IAudioRule>

    The audio rules.

    | Improve this Doc View Source

    CurrentlyPlayingSounds

    Gets the currently playing sounds.

    Declaration
    ReadOnlyCollection<ISound> CurrentlyPlayingSounds { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<ISound>

    The currently playing sounds.

    | Improve this Doc View Source

    Settings

    Gets the settings.

    Declaration
    IAudioSettings Settings { get; }
    Property Value
    Type Description
    IAudioSettings

    The settings.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX