|
kwave
18.07.70
|

Public Member Functions | |
| Info () | |
| Info (const Info &other) | |
| Info (const QString &name, const QString &mime_type, const QList< Kwave::SampleFormat > &sample_formats, bool has_abr, bool has_vbr) | |
| virtual | ~Info () |
Public Attributes | |
| QString | m_name |
| QString | m_mime_type |
| QList< Kwave::SampleFormat > | m_sample_formats |
| bool | m_has_abr |
| bool | m_has_vbr |
internal container class with meta data
Definition at line 146 of file Compression.h.
| Kwave::Compression::Info::Info | ( | ) |
default constructor
Definition at line 351 of file Compression.cpp.
| Kwave::Compression::Info::Info | ( | const Info & | other | ) |
copy constructor
Definition at line 361 of file Compression.cpp.
| Kwave::Compression::Info::Info | ( | const QString & | name, |
| const QString & | mime_type, | ||
| const QList< Kwave::SampleFormat > & | sample_formats, | ||
| bool | has_abr, | ||
| bool | has_vbr | ||
| ) |
Constructor
| name | descriptive name of the compression, non-localized |
| mime_type | preferred mime types (optional) |
| sample_formats | list of supported sample formats |
| has_abr | whether average bitrate mode is supported |
| has_vbr | whether variable bitrate mode is supported |
Definition at line 376 of file Compression.cpp.
|
virtual |
| bool Kwave::Compression::Info::m_has_abr |
true if ABR mode is supported
Definition at line 187 of file Compression.h.
| bool Kwave::Compression::Info::m_has_vbr |
true if VBR mode is supported
Definition at line 190 of file Compression.h.
| QString Kwave::Compression::Info::m_mime_type |
preferred mime type (optional)
Definition at line 181 of file Compression.h.
| QString Kwave::Compression::Info::m_name |
non-localized descriptive name
Definition at line 178 of file Compression.h.
| QList<Kwave::SampleFormat> Kwave::Compression::Info::m_sample_formats |
list of supported sample formats
Definition at line 184 of file Compression.h.