26 #ifndef TAGLIB_RELATIVEVOLUMEFRAME_H 27 #define TAGLIB_RELATIVEVOLUMEFRAME_H 124 virtual String toString()
const;
160 short volumeAdjustmentIndex(
ChannelType type = MasterVolume)
const;
172 void setVolumeAdjustmentIndex(
short index,
ChannelType type = MasterVolume);
187 float volumeAdjustment(
ChannelType type = MasterVolume)
const;
201 void setVolumeAdjustment(
float adjustment,
ChannelType type = MasterVolume);
227 short volumeAdjustmentIndex(
ChannelType type)
const;
228 short volumeAdjustmentIndex()
const;
230 void setVolumeAdjustmentIndex(
short index,
ChannelType type);
231 void setVolumeAdjustmentIndex(
short index);
234 float volumeAdjustment()
const;
236 void setVolumeAdjustment(
float adjustment,
ChannelType type);
237 void setVolumeAdjustment(
float adjustment);
250 String identification()
const;
257 void setIdentification(
const String &s);
260 virtual void parseFields(
const ByteVector &data);
268 class RelativeVolumeFramePrivate;
269 RelativeVolumeFramePrivate *d;
A generic, implicitly shared list.
Definition: tlist.h:53
ByteVector peakVolume
Definition: relativevolumeframe.h:100
A wide string class suitable for unicode.
Definition: tstring.h:78
A byte vector.
Definition: tbytevector.h:45
An ID3v2 relative volume adjustment frame implementation.
Definition: relativevolumeframe.h:49
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
Struct that stores the relevant values for ID3v2 peak volume.
Definition: relativevolumeframe.h:85
ID3v2 frame implementation.
Definition: id3v2frame.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ChannelType
Definition: relativevolumeframe.h:58
unsigned char bitsRepresentingPeak
Definition: relativevolumeframe.h:95
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
PeakVolume()
Definition: relativevolumeframe.h:90