26 #ifndef TAGLIB_RELATIVEVOLUMEFRAME_H 27 #define TAGLIB_RELATIVEVOLUMEFRAME_H 90 unsigned char bitsRepresentingPeak { 0 };
122 String toString()
const override;
140 short volumeAdjustmentIndex(
ChannelType type = MasterVolume)
const;
152 void setVolumeAdjustmentIndex(
short index,
ChannelType type = MasterVolume);
167 float volumeAdjustment(
ChannelType type = MasterVolume)
const;
181 void setVolumeAdjustment(
float adjustment,
ChannelType type = MasterVolume);
205 String identification()
const;
212 void setIdentification(
const String &s);
215 void parseFields(
const ByteVector &data)
override;
221 class RelativeVolumeFramePrivate;
223 std::unique_ptr<RelativeVolumeFramePrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
ByteVector peakVolume
Definition: relativevolumeframe.h:95
A wide string class suitable for unicode.
Definition: tstring.h:82
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:67
Struct that stores the relevant values for ID3v2 peak volume.
Definition: relativevolumeframe.h:85
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
ID3v2 frame implementation.
Definition: id3v2frame.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ChannelType
Definition: relativevolumeframe.h:58
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41