Enum compressor::even_gain_fn::Minimum [] [src]

pub enum Minimum {}

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

Trait Implementations

impl Copy for Minimum
[src]

impl Clone for Minimum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Minimum
[src]

Formats the value using the given formatter.

impl EvenGainFunction for Minimum
[src]

The next compressor gain for the Frame.

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