Audio Loom - v0.2.2
    Preparing search index...

    Interface ChannelInfo

    Basic information about a playback channel. Returned by AudioManager.getChannelInfo and AudioManager.getActiveChannels.

    interface ChannelInfo {
        key: string;
        isPlaying: boolean;
        isPaused: boolean;
    }
    Index

    Properties

    key: string

    Audio key currently playing on this channel.

    isPlaying: boolean

    Whether the channel is currently playing.

    isPaused: boolean

    Whether the channel is paused.