PokéRogue
    Preparing search index...

    Interface ChannelMergerOptions

    interface ChannelMergerOptions {
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        numberOfInputs?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    numberOfInputs?: number