|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
35 #ifndef _DS_AUDIOCOMPRESSION_HPP_
36 #define _DS_AUDIOCOMPRESSION_HPP_
This class extends DSConstant for implementing AudioCompression. It helps to maintain different audio...
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 kMax
Indicates number of audio compression supported.
static const AudioCompression & getInstance(int id)
This function gets an instance of AudioCompression against the specified id, only if the id passed is...
static const int kHeavy
Indicates heavy audio compression.
AudioCompression(int id)
This function is a parameterised constructor. It initializes the AudioCompression instance with the p...
virtual ~AudioCompression()
This function is the default destructor for AudioCompression.
static const int kNone
Indicates audio compression None.
static const int kMedium
Indicates medium audio compression.
static const int kLight
Indicates light audio compression.