26#ifndef TAGLIB_ASFPROPERTIES_H
27#define TAGLIB_ASFPROPERTIES_H
143#ifndef DO_NOT_DOCUMENT
144 void setLengthInMilliseconds(
int value);
145 void setBitrate(
int value);
146 void setSampleRate(
int value);
147 void setChannels(
int value);
148 void setBitsPerSample(
int value);
149 void setCodec(
int value);
150 void setCodecName(
const String &value);
151 void setCodecDescription(
const String &value);
152 void setEncrypted(
bool value);
156 class PropertiesPrivate;
158 std::unique_ptr<PropertiesPrivate> d;
An implementation of ASF audio properties.
Definition: asfproperties.h:37
int sampleRate() const override
int lengthInMilliseconds() const override
int bitsPerSample() const
Codec
Definition: asfproperties.h:44
@ WMA1
Definition: asfproperties.h:53
@ WMA9Lossless
Definition: asfproperties.h:68
@ WMA9Pro
Definition: asfproperties.h:63
@ WMA2
Definition: asfproperties.h:58
int bitrate() const override
String codecDescription() const
Properties & operator=(const Properties &)=delete
int channels() const override
Properties(const Properties &)=delete
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
A wide string class suitable for unicode.
Definition: tstring.h:83
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55