TagLib::MP4::Properties Class Reference
An implementation of
MP4 audio properties.
More...
#include <mp4properties.h>
Inheritance diagram for TagLib::MP4::Properties:
[legend]Collaboration diagram for TagLib::MP4::Properties:
[legend]List of all members.
Detailed Description
An implementation of
MP4 audio properties.
Constructor & Destructor Documentation
TagLib::MP4::Properties::Properties |
( |
File * |
file, |
|
|
Atoms * |
atoms, |
|
|
ReadStyle |
style = Average |
|
) |
|
|
virtual TagLib::MP4::Properties::~Properties |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual int TagLib::MP4::Properties::bitrate |
( |
|
) |
const [virtual] |
|
|
Returns the most appropriate bit rate for the file in kb/s. For constant bitrate formats this is simply the bitrate of the file. For variable bitrate formats this is either the average or nominal bitrate.
Implements TagLib::AudioProperties. |
virtual int TagLib::MP4::Properties::bitsPerSample |
( |
|
) |
const [virtual] |
|
virtual int TagLib::MP4::Properties::channels |
( |
|
) |
const [virtual] |
|
virtual int TagLib::MP4::Properties::length |
( |
|
) |
const [virtual] |
|
virtual int TagLib::MP4::Properties::sampleRate |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following file: