|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
37 #ifndef _DS_PIXELRESOLUTION_HPP_
38 #define _DS_PIXELRESOLUTION_HPP_
static const int kMax
Indicates the maximum number of video resolutions supported.
static const int k1280x720
Indicates 1280x720 video resolution.
This file defines DSConstant class which is inherited by most of the device settings classes.
This class extends DSConstant to manages the pixel resolution of the video.
static const PixelResolution & getInstance(int id)
This function gets the instance of PixelResolution against the specified id, only if the id passed is...
This class is used to store and manage the names and id's. It is derived by many classes like VideoRe...
static const int k3840x2160
Indicates 3840x2160 video resolution.
static const int k1920x1080
Indicates 1920x1080 video resolution.
static const int k720x480
Indicates 720x480 video resolution.
static const int k4096x2160
Indicates 4096x2160 video resolution.
static const int k720x576
Indicates 720x576 video resolution.
virtual ~PixelResolution()
This function is the default destructor for PixelResolution.
PixelResolution(int id)
This function is a parameterised constructor for PixelResolution. It initializes the instance with th...