An implementation of audio property reading for AIFF.
More...
#include <aiffproperties.h>
An implementation of audio property reading for AIFF.
This reads the data from an AIFF stream found in the AudioProperties API.
◆ Properties() [1/2]
TagLib::RIFF::AIFF::Properties::Properties |
( |
File * |
file, |
|
|
ReadStyle |
style |
|
) |
| |
◆ ~Properties()
TagLib::RIFF::AIFF::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::RIFF::AIFF::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ bitrate()
int TagLib::RIFF::AIFF::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ bitsPerSample()
int TagLib::RIFF::AIFF::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample.
◆ channels()
int TagLib::RIFF::AIFF::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ compressionName()
String TagLib::RIFF::AIFF::Properties::compressionName |
( |
| ) |
const |
Returns the concrete compression name of the AIFF-C file.
If the file is in AIFF format, always returns an empty string.
- See also
- isAiffC()
◆ compressionType()
ByteVector TagLib::RIFF::AIFF::Properties::compressionType |
( |
| ) |
const |
Returns the compression type of the AIFF-C file. For example, "NONE" for not compressed, "ACE2" for ACE 2-to-1.
If the file is in AIFF format, always returns an empty vector.
- See also
- isAiffC()
◆ isAiffC()
bool TagLib::RIFF::AIFF::Properties::isAiffC |
( |
| ) |
const |
Returns true
if the file is in AIFF-C format, false
if AIFF format.
◆ lengthInMilliseconds()
int TagLib::RIFF::AIFF::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ sampleFrames()
unsigned int TagLib::RIFF::AIFF::Properties::sampleFrames |
( |
| ) |
const |
Returns the number of sample frames
◆ sampleRate()
int TagLib::RIFF::AIFF::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: