TagLib 1.6.1 (TagLib: TagLib::ID3v2::RelativeVolumeFrame::PeakVolume Struct Reference)

TagLib::ID3v2::RelativeVolumeFrame::PeakVolume Struct Reference

Struct that stores the relevant values for ID3v2 peak volume. More...

#include <relativevolumeframe.h>

Collaboration diagram for TagLib::ID3v2::RelativeVolumeFrame::PeakVolume:

List of all members.

Public Member Functions

 PeakVolume ()

Public Attributes

unsigned char bitsRepresentingPeak
ByteVector peakVolume


Detailed Description

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.


Constructor & Destructor Documentation

TagLib::ID3v2::RelativeVolumeFrame::PeakVolume::PeakVolume (  )  [inline]

Constructs an empty peak volume description.


Member Data Documentation

The number of bits (in the range of 0 to 255) used to describe the peak volume.

The array of bits (represented as a series of bytes) used to describe the peak volume.


The documentation for this struct was generated from the following file: