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]
| TagLib::Matroska::Properties::Properties |
( |
const Properties & | | ) |
|
|
delete |
◆ bitrate()
| int TagLib::Matroska::Properties::bitrate |
( |
| ) |
const |
|
overridevirtual |
◆ bitsPerSample()
| int TagLib::Matroska::Properties::bitsPerSample |
( |
| ) |
const |
Returns the number of bits per audio sample.
Referenced by File.
◆ 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.
Referenced by File.
◆ docType()
| String TagLib::Matroska::Properties::docType |
( |
| ) |
const |
Returns the EBML doc type, "matroska" or "webm".
Referenced by File.
◆ docTypeVersion()
| int TagLib::Matroska::Properties::docTypeVersion |
( |
| ) |
const |
Returns the EBML doc type version, typical values are 2 or 4.
Referenced by File.
◆ 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.
Referenced by File.
◆ EBML::MkInfo
| friend class EBML::MkInfo |
|
friend |
◆ EBML::MkTracks
| friend class EBML::MkTracks |
|
friend |
◆ File
References bitsPerSample(), channels(), codecName(), docType(), docTypeVersion(), File, TagLib::AudioProperties::length(), sampleRate(), TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE, and title().
Referenced by File, and Properties().
The documentation for this class was generated from the following file: