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

    Interface OmpAudioRoutingConnection

    Describes {@ OmpAudioRoutingPoint} connection status - connected or disconnected

    interface OmpAudioRoutingConnection {
        connected: boolean;
        path: OmpAudioRoutingPath;
    }
    Index

    Properties

    Properties

    connected: boolean

    Connected status, true = connected, false = disconnected

    Routing path - channel splitter output and channel merger input