MythTV
master
|
#include <libmythtv/mythvideoprofile.h>
Public Attributes | |
QStringList * | renderers |
QMap< QString, QStringList > * | safe_renderers |
QMap< QString, QStringList > * | render_group |
QMap< QString, uint > * | priorities |
QStringList * | decoders |
QMap< QString, QStringList > * | equiv_decoders |
Definition at line 41 of file mythvideoprofile.h.
QStringList* RenderOptions::renderers |
Definition at line 43 of file mythvideoprofile.h.
Referenced by MythVideoOutputNull::GetRenderOptions(), MythVideoOutputVulkan::GetRenderOptions(), VideoOutputD3D::GetRenderOptions(), and MythVideoOutputOpenGL::GetRenderOptions().
QMap<QString,QStringList>* RenderOptions::safe_renderers |
Definition at line 44 of file mythvideoprofile.h.
Referenced by MythVideoOutputNull::GetRenderOptions(), MythVideoOutputVulkan::GetRenderOptions(), VideoOutputD3D::GetRenderOptions(), and MythVideoOutputOpenGL::GetRenderOptions().
QMap<QString,QStringList>* RenderOptions::render_group |
Definition at line 45 of file mythvideoprofile.h.
QMap<QString,uint>* RenderOptions::priorities |
Definition at line 46 of file mythvideoprofile.h.
Referenced by MythVideoOutputNull::GetRenderOptions(), MythVideoOutputVulkan::GetRenderOptions(), VideoOutputD3D::GetRenderOptions(), and MythVideoOutputOpenGL::GetRenderOptions().
QStringList* RenderOptions::decoders |
Definition at line 47 of file mythvideoprofile.h.
Referenced by MythCodecContext::GetDecoders(), MythVideoOutputNull::GetRenderOptions(), VideoOutputD3D::GetRenderOptions(), MythVideoOutputVulkan::GetRenderOptions(), and MythVideoOutputOpenGL::GetRenderOptions().
QMap<QString,QStringList>* RenderOptions::equiv_decoders |
Definition at line 48 of file mythvideoprofile.h.
Referenced by MythCodecContext::GetDecoders().