26 #ifndef TAGLIB_ASFPROPERTIES_H
27 #define TAGLIB_ASFPROPERTIES_H
53 virtual int length()
const;
54 virtual int bitrate()
const;
55 virtual int sampleRate()
const;
56 virtual int channels()
const;
57 bool isEncrypted()
const;
59 #ifndef DO_NOT_DOCUMENT
60 void setLength(
int value);
61 void setBitrate(
int value);
62 void setSampleRate(
int value);
63 void setChannels(
int value);
64 void setEncrypted(
bool value);
68 class PropertiesPrivate;
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42
An implementation of ASF audio properties.
Definition: asfproperties.h:38