An implementation of MP4 audio properties.
More...
#include <mp4properties.h>
An implementation of MP4 audio properties.
§ Codec
Enumerator |
---|
Unknown | |
AAC | |
ALAC | |
§ Properties()
§ ~Properties()
virtual TagLib::MP4::Properties::~Properties |
( |
| ) |
|
|
virtual |
§ bitrate()
virtual int TagLib::MP4::Properties::bitrate |
( |
| ) |
const |
|
virtual |
§ bitsPerSample()
virtual int TagLib::MP4::Properties::bitsPerSample |
( |
| ) |
const |
|
virtual |
Returns the number of bits per audio sample.
§ channels()
virtual int TagLib::MP4::Properties::channels |
( |
| ) |
const |
|
virtual |
§ codec()
Codec TagLib::MP4::Properties::codec |
( |
| ) |
const |
Returns the codec used in the file.
§ isEncrypted()
bool TagLib::MP4::Properties::isEncrypted |
( |
| ) |
const |
Returns whether or not the file is encrypted.
§ length()
virtual int TagLib::MP4::Properties::length |
( |
| ) |
const |
|
virtual |
§ lengthInMilliseconds()
int TagLib::MP4::Properties::lengthInMilliseconds |
( |
| ) |
const |
§ lengthInSeconds()
int TagLib::MP4::Properties::lengthInSeconds |
( |
| ) |
const |
Returns the length of the file in seconds. The length is rounded down to the nearest whole second.
- See also
- lengthInMilliseconds()
§ sampleRate()
virtual int TagLib::MP4::Properties::sampleRate |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: