|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
36 #ifndef _DS_FRAMERATE_HPP_
37 #define _DS_FRAMERATE_HPP_
63 static const FrameRate & getInstance(
int id);
64 static const FrameRate & getInstance(
const std::string &name);
float _value
Indicates the supported frame rate value in fps.
This file defines DSConstant class which is inherited by most of the device settings classes.
This class extends DSConstant to handle the video frame rate.
This class is used to store and manage the names and id's. It is derived by many classes like VideoRe...
static const int k29dot97
Indicates video frame rate of 29.97 fps.
static const int k50
Indicates video frame rate of 50 fps.
static const int k59dot94
Indicates video frame rate of 59.94 fps.
static const int k24
Indicates video frame rate of 24 fps.
static const int k60
Indicates video frame rate of 60 fps.
static const int kMax
Indicates maximum number of frame rates supported.
static const int k23dot98
Indicates video frame rate of 23.98 fps.
static const int kUnknown
Indicates video frame rate of unknown type.
static const int k30
Indicates video frame rate of 30 fps.
static const int k25
Indicates video frame rate of 25 fps.