Struct ffmpeg_sys::AVReplayGain [] [src]

pub struct AVReplayGain {
    pub track_gain: int32_t,
    pub track_peak: uint32_t,
    pub album_gain: int32_t,
    pub album_peak: uint32_t,
}

Fields

track_gain: int32_t track_peak: uint32_t album_gain: int32_t album_peak: uint32_t

Trait Implementations

impl Debug for AVReplayGain
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.