xbmc
Public Member Functions | List of all members
KODI::RETRO::CRenderVideoSettings Class Reference

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)
 
const std::string & GetShaderPreset () const
 
void SetShaderPreset (const std::string &shaderPreset)
 
void ResetShaderPreset ()
 
unsigned int GetRenderRotation () const
 
void SetRenderRotation (unsigned int rotationDegCCW)
 
std::string GetPixels () const
 
void SetPixels (const std::string &pixelPath)
 
void ResetPixels ()
 

Detailed Description

Video settings provided by the rendering system.


The documentation for this class was generated from the following files: