An implementation of audio property reading for FLAC.
More...
#include <flacproperties.h>
An implementation of audio property reading for FLAC.
This reads the data from a FLAC stream found in the AudioProperties API.
◆ Properties() [1/2]
◆ ~Properties()
TagLib::FLAC::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::FLAC::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ bitrate()
int TagLib::FLAC::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ bitsPerSample()
int TagLib::FLAC::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample as read from the FLAC identification header.
◆ channels()
int TagLib::FLAC::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ lengthInMilliseconds()
int TagLib::FLAC::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ sampleFrames()
unsigned long long TagLib::FLAC::Properties::sampleFrames |
( |
| ) |
const |
Return the number of sample frames.
◆ sampleRate()
int TagLib::FLAC::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
◆ signature()
ByteVector TagLib::FLAC::Properties::signature |
( |
| ) |
const |
Returns the MD5 signature of the uncompressed audio stream as read from the stream info header.
The documentation for this class was generated from the following file: