|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
36 #ifndef _DS_AUDIOSTEREOMODE_HPP_
37 #define _DS_AUDIOSTEREOMODE_HPP_
This file defines DSConstant class which is inherited by most of the device settings classes.
static const int kStereo
Indicates audio mode of type stereo.
static const int kDD
Indicates audio mode of type dolby digital.
virtual ~AudioStereoMode()
This function is the default destructor of AudioStereoMode class.
static const int kSurround
Indicates audio mode of type surround.
This class is used to store and manage the names and id's. It is derived by many classes like VideoRe...
This class extends DSConstant to implement AudioStereoMode. It manages the information related to aud...
static const int kDDPlus
Indicates audio mode of type dolby digital plus.
static const AudioStereoMode & getInstance(int id)
This function gets an instance of AudioStereoMode against the specified id, only if the id passed is ...
static const int kMax
Indicates maximum number of audio modes supported.
AudioStereoMode(int id)
This function is a parameterised constructor of AudioStereoMode class. It initializes the instance wi...
static const int kMono
Indicates audio mode of type mono.
static const int kPassThru
Indicates audio mode of type pass through.