Enum compressor::even_gain_fn::Average [] [src]

pub enum Average {}

An EvenGainFunction that yields the average between each of the produced channel gains.

Trait Implementations

impl Copy for Average
[src]

impl Clone for Average
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Average
[src]

Formats the value using the given formatter.

impl EvenGainFunction for Average
[src]

The next compressor gain for the Frame.

The returned gain is the average between each of the channel gains.