|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
35 #ifndef _DS_ASPECTRATIO_HPP_
36 #define _DS_ASPECTRATIO_HPP_
AspectRatio(int id)
This function is a parameterised constructor. It initializes the instance with the specified id and a...
This file defines DSConstant class which is inherited by most of the device settings classes.
This class is used to store and manage the names and id's. It is derived by many classes like VideoRe...
static const int k16x9
Indicates 16x9 aspect ratio.
static const AspectRatio & getInstance(int id)
This function gets the instance of the AspectRatio against the id specified, only if the id passed is...
static const int k4x3
Indicates 4x3 aspect ratio.
static const int kMax
Indicates maximum number of aspect ratios supported.
This class extends DSConstant to implement AspectRatio. It manages the aspect ratios of the videos.
virtual ~AspectRatio()
This function is the default destructor of AspectRatio class.