Struct web_audio_api::node::StereoPannerOptions[][src]

pub struct StereoPannerOptions {
    pub channel_config: ChannelConfigOptions,
    // some fields omitted
}
Expand description

StereoPannerOptions is used to pass options during the construction of StereoPannerNode using its constructor method new

Fields

channel_config: ChannelConfigOptions

audio node options

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.