|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
36 #ifndef _DS_STEREOSCOPICMODE_HPP_
37 #define _DS_STEREOSCOPICMODE_HPP_
This class extentds DSConstant to implement StereoScopicMode. It manages the stereoscopic mode of the...
static const int kMax
Indicates the maximum number of supported stereoscopy types.
StereoScopicMode(int id)
This function is a parameterised constructor of StereoScopicMode class. It initializes the instance w...
This file defines DSConstant class which is inherited by most of the device settings classes.
static const int kUnkown
Indicates video stereoscopy of unknown type.
This class is used to store and manage the names and id's. It is derived by many classes like VideoRe...
static const StereoScopicMode & getInstance(int id)
This function gets an instance of the StereoScopicMode against the specified id, only if the id passe...
virtual ~StereoScopicMode()
This function is the default destructor for StereoScopicMode class.
static const int k3DSidebySide
Indicates video stereoscopy of type 3D Side-by-Side.
static const int k3dTopAndBottom
Indicates video stereoscopy of type 3D top and bottom.
static const int k2D
Indicates video stereoscopy of type 2D.