xbmc
|
Video settings provided by the rendering system. More...
#include <RenderVideoSettings.h>
Public Member Functions | |
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) |
unsigned int | GetRenderRotation () const |
void | SetRenderRotation (unsigned int rotationDegCCW) |
std::string | GetPixels () const |
void | SetPixels (const std::string &pixelPath) |
void | ResetPixels () |
Video settings provided by the rendering system.