An implementation of Matroska audio properties.
More...
#include <matroskaproperties.h>
An implementation of Matroska audio properties.
◆ Properties() [1/2]
◆ ~Properties()
| TagLib::Matroska::Properties::~Properties |
( |
| ) |
|
|
override |
◆ Properties() [2/2]
◆ bitrate()
| int TagLib::Matroska::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ bitsPerSample()
| int TagLib::Matroska::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample.
◆ channels()
| int TagLib::Matroska::Properties::channels |
( |
| ) |
const |
|
overridevirtual |
◆ codecName()
| String TagLib::Matroska::Properties::codecName |
( |
| ) |
const |
Returns the concrete codec name, for example "A_MPEG/L3" used in the file if available, otherwise an empty string.
◆ docType()
| String TagLib::Matroska::Properties::docType |
( |
| ) |
const |
Returns the EBML doc type, "matroska" or "webm".
◆ docTypeVersion()
| int TagLib::Matroska::Properties::docTypeVersion |
( |
| ) |
const |
Returns the EBML doc type version, typical values are 2 or 4.
◆ lengthInMilliseconds()
| int TagLib::Matroska::Properties::lengthInMilliseconds |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ sampleRate()
| int TagLib::Matroska::Properties::sampleRate |
( |
| ) |
const |
|
overridevirtual |
◆ title()
| String TagLib::Matroska::Properties::title |
( |
| ) |
const |
Returns the general name of the segment. Some applications store the title of the file here, but players should prioritize the tag title over the segment title.
◆ EBML::MkInfo
◆ EBML::MkTracks
◆ File
The documentation for this class was generated from the following file: