|
TagLib 1.11.1 (relativevolumeframe.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_RELATIVEVOLUMEFRAME_H
27 #define TAGLIB_RELATIVEVOLUMEFRAME_H
51 friend class FrameFactory;
95 unsigned char bitsRepresentingPeak;
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;
Struct that stores the relevant values for ID3v2 peak volume.
Definition: relativevolumeframe.h:140
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A generic, implicitly shared list.
Definition: tlist.h:70
A byte vector.
Definition: tbytevector.h:64
ChannelType
Definition: relativevolumeframe.h:113
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
An ID3v2 relative volume adjustment frame implementation.
Definition: relativevolumeframe.h:85
A wide string class suitable for unicode.
Definition: tstring.h:82