An implementation of audio property reading for Ogg Speex.
More...
#include <speexproperties.h>
An implementation of audio property reading for Ogg Speex.
This reads the data from an Ogg Speex stream found in the AudioProperties API.
◆ Properties() [1/2]
◆ ~Properties()
TagLib::Ogg::Speex::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
TagLib::Ogg::Speex::Properties::Properties |
( |
const Properties & |
| ) |
|
|
delete |
◆ bitrate()
int TagLib::Ogg::Speex::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ bitrateNominal()
int TagLib::Ogg::Speex::Properties::bitrateNominal |
( |
| ) |
const |
Returns the nominal bit rate as read from the Speex header in kb/s.
◆ channels()
int TagLib::Ogg::Speex::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ lengthInMilliseconds()
int TagLib::Ogg::Speex::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ sampleRate()
int TagLib::Ogg::Speex::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
◆ speexVersion()
int TagLib::Ogg::Speex::Properties::speexVersion |
( |
| ) |
const |
Returns the Speex version, currently "0" (as specified by the spec).
The documentation for this class was generated from the following file: