|
TagLib
1.13.1
|
An implementation of audio property reading for AIFF. More...
#include <aiffproperties.h>
Public Member Functions | |
| TAGLIB_DEPRECATED | Properties (const ByteVector &data, ReadStyle style) |
| Properties (File *file, ReadStyle style) | |
| virtual | ~Properties () |
| virtual TAGLIB_DEPRECATED int | length () const |
| int | lengthInSeconds () const |
| int | lengthInMilliseconds () const |
| virtual int | bitrate () const |
| virtual int | sampleRate () const |
| virtual int | channels () const |
| int | bitsPerSample () const |
| TAGLIB_DEPRECATED int | sampleWidth () const |
| unsigned int | sampleFrames () const |
| bool | isAiffC () const |
| ByteVector | compressionType () const |
| String | compressionName () const |
Public Member Functions inherited from TagLib::AudioProperties | |
| virtual | ~AudioProperties () |
| int | lengthInSeconds () const |
| int | lengthInMilliseconds () const |
Additional Inherited Members | |
Public Types inherited from TagLib::AudioProperties | |
| enum | ReadStyle { Fast , Average , Accurate } |
Protected Member Functions inherited from TagLib::AudioProperties | |
| AudioProperties (ReadStyle style) | |
An implementation of audio property reading for AIFF.
This reads the data from an AIFF stream found in the AudioProperties API.
| TAGLIB_DEPRECATED TagLib::RIFF::AIFF::Properties::Properties | ( | const ByteVector & | data, |
| ReadStyle | style | ||
| ) |
Create an instance of AIFF::Properties with the data read from the ByteVector data.
Create an instance of AIFF::Properties with the data read from the AIFF::File file.
|
virtual |
Destroys this AIFF::Properties instance.
|
virtual |
Returns the average bit rate of the file in kb/s.
Implements TagLib::AudioProperties.
| int TagLib::RIFF::AIFF::Properties::bitsPerSample | ( | ) | const |
Returns the number of bits per audio sample.
|
virtual |
Returns the number of audio channels.
Implements TagLib::AudioProperties.
| String TagLib::RIFF::AIFF::Properties::compressionName | ( | ) | const |
| ByteVector TagLib::RIFF::AIFF::Properties::compressionType | ( | ) | const |
| bool TagLib::RIFF::AIFF::Properties::isAiffC | ( | ) | const |
Returns true if the file is in AIFF-C format, false if AIFF format.
|
virtual |
Returns the length of the file in seconds. The length is rounded down to the nearest whole second.
Implements TagLib::AudioProperties.
| int TagLib::RIFF::AIFF::Properties::lengthInMilliseconds | ( | ) | const |
Returns the length of the file in milliseconds.
| int TagLib::RIFF::AIFF::Properties::lengthInSeconds | ( | ) | const |
Returns the length of the file in seconds. The length is rounded down to the nearest whole second.
| unsigned int TagLib::RIFF::AIFF::Properties::sampleFrames | ( | ) | const |
Returns the number of sample frames
|
virtual |
Returns the sample rate in Hz.
Implements TagLib::AudioProperties.
| TAGLIB_DEPRECATED int TagLib::RIFF::AIFF::Properties::sampleWidth | ( | ) | const |
Returns the number of bits per audio sample.