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