Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface AudioChannel

    interface AudioChannel {
        category: AudioCategory;
        connectedSources: readonly string[];
        effects: readonly AudioEffect[];
        id: string;
        muted: boolean;
        volume: number;
    }
    Index

    Properties

    category: AudioCategory
    connectedSources: readonly string[]
    effects: readonly AudioEffect[]
    id: string
    muted: boolean
    volume: number