Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::RETRO::CRenderVideoSettings Class Reference

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)
 
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.

Constructor & Destructor Documentation

◆ CRenderVideoSettings()

KODI::RETRO::CRenderVideoSettings::CRenderVideoSettings ( )
inline

Member Function Documentation

◆ GetPixels()

std::string KODI::RETRO::CRenderVideoSettings::GetPixels ( ) const
inline

◆ GetRenderRotation()

unsigned int KODI::RETRO::CRenderVideoSettings::GetRenderRotation ( ) const
inline

◆ GetRenderStretchMode()

STRETCHMODE KODI::RETRO::CRenderVideoSettings::GetRenderStretchMode ( ) const
inline

◆ GetScalingMethod()

SCALINGMETHOD KODI::RETRO::CRenderVideoSettings::GetScalingMethod ( ) const
inline

◆ GetVideoFilter()

std::string CRenderVideoSettings::GetVideoFilter ( ) const

Get a string representation of the video filter parameters.

◆ operator!=()

bool KODI::RETRO::CRenderVideoSettings::operator!= ( const CRenderVideoSettings & rhs) const
inline

◆ operator<()

bool CRenderVideoSettings::operator< ( const CRenderVideoSettings & rhs) const

◆ operator==()

bool CRenderVideoSettings::operator== ( const CRenderVideoSettings & rhs) const

◆ operator>()

bool KODI::RETRO::CRenderVideoSettings::operator> ( const CRenderVideoSettings & rhs) const
inline

◆ Reset()

void CRenderVideoSettings::Reset ( )

◆ ResetPixels()

void CRenderVideoSettings::ResetPixels ( )

◆ SetPixels()

void KODI::RETRO::CRenderVideoSettings::SetPixels ( const std::string & pixelPath)
inline

◆ SetRenderRotation()

void KODI::RETRO::CRenderVideoSettings::SetRenderRotation ( unsigned int rotationDegCCW)
inline

◆ SetRenderStretchMode()

void KODI::RETRO::CRenderVideoSettings::SetRenderStretchMode ( STRETCHMODE mode)
inline

◆ SetScalingMethod()

void KODI::RETRO::CRenderVideoSettings::SetScalingMethod ( SCALINGMETHOD method)
inline

◆ SetVideoFilter()

void CRenderVideoSettings::SetVideoFilter ( const std::string & videoFilter)

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