#include <libmythtv/mythvideoprofile.h>
|
| | MythVideoProfileItem ()=default |
| |
| | ~MythVideoProfileItem ()=default |
| |
| void | Clear () |
| |
| void | SetProfileID (uint Id) |
| |
| void | Set (const QString &Value, const QString &Data) |
| |
| uint | GetProfileID () const |
| |
| QString | Get (const QString &Value) const |
| |
| uint | GetPriority () const |
| |
| QMap< QString, QString > | GetAll () const |
| |
| bool | CheckRange (const QString &Key, float Value, bool *Ok=nullptr) const |
| |
| bool | CheckRange (const QString &Key, int Value, bool *Ok=nullptr) const |
| |
| bool | CheckRange (const QString &Key, float FValue, int IValue, bool IsFloat, bool *Ok=nullptr) const |
| |
| bool | IsMatch (QSize Size, float Framerate, const QString &CodecName, const QStringList &DisallowedDecoders=QStringList()) const |
| |
| auto | IsValid () const |
| |
| bool | operator< (const MythVideoProfileItem &Other) const |
| |
| QString | toString () const |
| |
| bool | operator== (const MythVideoProfileItem &o) const |
| |
| std::strong_ordering | operator<=> (const MythVideoProfileItem &o) const |
| |
Definition at line 51 of file mythvideoprofile.h.
◆ MythVideoProfileItem()
| MythVideoProfileItem::MythVideoProfileItem |
( |
| ) |
|
|
default |
◆ ~MythVideoProfileItem()
| MythVideoProfileItem::~MythVideoProfileItem |
( |
| ) |
|
|
default |
◆ CheckRange() [1/3]
| bool MythVideoProfileItem::CheckRange |
( |
const QString & |
Key, |
|
|
float |
FValue, |
|
|
int |
IValue, |
|
|
bool |
IsFloat, |
|
|
bool * |
Ok = nullptr |
|
) |
| const |
◆ CheckRange() [2/3]
| bool MythVideoProfileItem::CheckRange |
( |
const QString & |
Key, |
|
|
float |
Value, |
|
|
bool * |
Ok = nullptr |
|
) |
| const |
◆ CheckRange() [3/3]
| bool MythVideoProfileItem::CheckRange |
( |
const QString & |
Key, |
|
|
int |
Value, |
|
|
bool * |
Ok = nullptr |
|
) |
| const |
◆ Clear()
| void MythVideoProfileItem::Clear |
( |
void |
| ) |
|
◆ Get()
| QString MythVideoProfileItem::Get |
( |
const QString & |
Value | ) |
const |
◆ GetAll()
| QMap< QString, QString > MythVideoProfileItem::GetAll |
( |
| ) |
const |
◆ GetPriority()
| uint MythVideoProfileItem::GetPriority |
( |
| ) |
const |
◆ GetProfileID()
| uint MythVideoProfileItem::GetProfileID |
( |
| ) |
const |
◆ IsMatch()
| bool MythVideoProfileItem::IsMatch |
( |
QSize |
Size, |
|
|
float |
Framerate, |
|
|
const QString & |
CodecName, |
|
|
const QStringList & |
DisallowedDecoders = QStringList() |
|
) |
| const |
◆ IsValid()
| auto MythVideoProfileItem::IsValid |
( |
void |
| ) |
const |
◆ operator<()
◆ operator<=>()
◆ operator==()
◆ Set()
| void MythVideoProfileItem::Set |
( |
const QString & |
Value, |
|
|
const QString & |
Data |
|
) |
| |
◆ SetProfileID()
| void MythVideoProfileItem::SetProfileID |
( |
uint |
Id | ) |
|
◆ toString()
| QString MythVideoProfileItem::toString |
( |
void |
| ) |
const |
◆ m_pref
| QMap<QString,QString> MythVideoProfileItem::m_pref |
|
private |
◆ m_profileid
| uint MythVideoProfileItem::m_profileid { 0 } |
|
private |
The documentation for this class was generated from the following files: