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

    Interface OmpAudioRoutingPath

    Describes routing path - channel splitter output and channel merger input

    interface OmpAudioRoutingPath {
        input: number;
        output: number;
    }
    Index

    Properties

    Properties

    input: number

    Input - Channel splitter output

    output: number

    Output - Channel merger input