@byomakase/omakase-player
    Preparing search index...

    Interface AudioRoutingRoute

    Describes state on AudioRoutingPath

    interface AudioRoutingRoute {
        audioEffectGraphState: AudioEffectGraphState | undefined;
        connection: AudioRoutingConnection;
        path: AudioRoutingPath;
    }
    Index

    Properties

    audioEffectGraphState: AudioEffectGraphState | undefined

    Connection status

    Routing path