Interface PannerOptions

    interface PannerOptions {
        channelCount?: number;
        channelCountMode?: ChannelCountMode;
        channelInterpretation?: ChannelInterpretation;
        coneInnerAngle?: number;
        coneOuterAngle?: number;
        coneOuterGain?: number;
        distanceModel?: DistanceModelType;
        maxDistance?: number;
        orientationX?: number;
        orientationY?: number;
        orientationZ?: number;
        panningModel?: PanningModelType;
        positionX?: number;
        positionY?: number;
        positionZ?: number;
        refDistance?: number;
        rolloffFactor?: number;
    }
    Hierarchy

    Properties

    channelCount?: number
    channelCountMode?: ChannelCountMode
    channelInterpretation?: ChannelInterpretation
    coneInnerAngle?: number
    coneOuterAngle?: number
    coneOuterGain?: number
    distanceModel?: DistanceModelType
    maxDistance?: number
    orientationX?: number
    orientationY?: number
    orientationZ?: number
    panningModel?: PanningModelType
    positionX?: number
    positionY?: number
    positionZ?: number
    refDistance?: number
    rolloffFactor?: number