|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Video settings provided by the rendering system. More...
#include <RenderVideoSettings.h>
Public Member Functions | |
| CRenderVideoSettings () | |
| void | Reset () |
| bool | operator== (const CRenderVideoSettings &rhs) const |
| bool | operator!= (const CRenderVideoSettings &rhs) const |
| bool | operator< (const CRenderVideoSettings &rhs) const |
| bool | operator> (const CRenderVideoSettings &rhs) const |
| std::string | GetVideoFilter () const |
| Get a string representation of the video filter parameters. | |
| void | SetVideoFilter (const std::string &videoFilter) |
| SCALINGMETHOD | GetScalingMethod () const |
| void | SetScalingMethod (SCALINGMETHOD method) |
| STRETCHMODE | GetRenderStretchMode () const |
| void | SetRenderStretchMode (STRETCHMODE mode) |
| const std::string & | GetShaderPreset () const |
| void | SetShaderPreset (std::string_view shaderPreset) |
| void | ResetShaderPreset () |
| unsigned int | GetRenderRotation () const |
| void | SetRenderRotation (unsigned int rotationDegCCW) |
| const std::string & | GetPixels () const |
| void | SetPixels (const std::string &pixelPath) |
| void | ResetPixels () |
Video settings provided by the rendering system.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::string CRenderVideoSettings::GetVideoFilter | ( | ) | const |
Get a string representation of the video filter parameters.
|
inline |
| bool CRenderVideoSettings::operator< | ( | const CRenderVideoSettings & | rhs | ) | const |
| bool CRenderVideoSettings::operator== | ( | const CRenderVideoSettings & | rhs | ) | const |
|
inline |
| void CRenderVideoSettings::Reset | ( | ) |
| void CRenderVideoSettings::ResetPixels | ( | ) |
| void CRenderVideoSettings::ResetShaderPreset | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| void CRenderVideoSettings::SetVideoFilter | ( | const std::string & | videoFilter | ) |