Struct that stores the relevant values for ID3v2 peak volume. More...
#include <relativevolumeframe.h>
Public Attributes | |
unsigned char | bitsRepresentingPeak { 0 } |
ByteVector | peakVolume |
Struct that stores the relevant values for ID3v2 peak volume.
The peak volume is described as a series of bits that is padded to fill a block of bytes. These two values should always be updated in tandem.
unsigned char TagLib::ID3v2::RelativeVolumeFrame::PeakVolume::bitsRepresentingPeak { 0 } |
The number of bits (in the range of 0 to 255) used to describe the peak volume.
ByteVector TagLib::ID3v2::RelativeVolumeFrame::PeakVolume::peakVolume |
The array of bits (represented as a series of bytes) used to describe the peak volume.