PokéRogue
    Preparing search index...

    Interface StereoPannerOptions

    interface StereoPannerOptions {
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        pan?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

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