|
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
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);
268 class RelativeVolumeFramePrivate;
269 RelativeVolumeFramePrivate *d;
Struct that stores the relevant values for ID3v2 peak volume.
Definition: relativevolumeframe.h:86
PeakVolume()
Definition: relativevolumeframe.h:90
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:66
String identification() const
ByteVector peakVolume
Definition: relativevolumeframe.h:100
PeakVolume peakVolume(ChannelType type=MasterVolume) const
virtual void parseFields(const ByteVector &data)
A generic, implicitly shared list.
Definition: tlist.h:54
short volumeAdjustmentIndex(ChannelType type=MasterVolume) const
RelativeVolumeFrame(const ByteVector &data)
List< ChannelType > channels() const
void setIdentification(const String &s)
void setPeakVolume(const PeakVolume &peak, ChannelType type=MasterVolume)
void setChannelType(ChannelType t)
void setVolumeAdjustment(float adjustment, ChannelType type=MasterVolume)
A byte vector.
Definition: tbytevector.h:46
virtual ~RelativeVolumeFrame()
ChannelType
Definition: relativevolumeframe.h:58
void setVolumeAdjustmentIndex(short index, ChannelType type=MasterVolume)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
ID3v2 frame implementation.
Definition: id3v2frame.h:55
virtual String toString() const
float volumeAdjustment(ChannelType type=MasterVolume) const
An ID3v2 relative volume adjustment frame implementation.
Definition: relativevolumeframe.h:50
ChannelType channelType() const
A wide string class suitable for unicode.
Definition: tstring.h:85
unsigned char bitsRepresentingPeak
Definition: relativevolumeframe.h:95
virtual ByteVector renderFields() const