|
TagLib 1.11.1 (asfproperties.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_ASFPROPERTIES_H
27 #define TAGLIB_ASFPROPERTIES_H
81 virtual ~Properties();
91 virtual int length()
const;
100 int lengthInSeconds()
const;
108 int lengthInMilliseconds()
const;
113 virtual int bitrate()
const;
118 virtual int sampleRate()
const;
123 virtual int channels()
const;
128 int bitsPerSample()
const;
155 String codecDescription()
const;
160 bool isEncrypted()
const;
162 #ifndef DO_NOT_DOCUMENT
164 void setLength(
int value);
166 void setLengthInMilliseconds(
int value);
167 void setBitrate(
int value);
168 void setSampleRate(
int value);
169 void setChannels(
int value);
170 void setBitsPerSample(
int value);
171 void setCodec(
int value);
172 void setCodecName(
const String &value);
173 void setCodecDescription(
const String &value);
174 void setEncrypted(
bool value);
178 class PropertiesPrivate;
179 PropertiesPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Codec
Definition: asfproperties.h:100
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
A wide string class suitable for unicode.
Definition: tstring.h:82