|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
36 #ifndef _DS_AUDIOENCODING_HPP_
37 #define _DS_AUDIOENCODING_HPP_
AudioEncoding(int id)
This function is the default constructor for AudioEncoding. It initializes the instance with the id p...
static const AudioEncoding & getInstance(int id)
This function gets an AudioEncoding instance against the id parameter, only if the id passed is valid...
This file defines DSConstant class which is inherited by most of the device settings classes.
static const int kMax
Indicates the maximum encoding formats supported.
virtual ~AudioEncoding()
This function is the default destructor of AudioEncoding class.
static const int kDisplay
Value indicating digital audio encoding format.
static const int kNone
Value indicating encoding type None.
This class is used to store and manage the names and id's. It is derived by many classes like VideoRe...
static const int kAC3
Value indicating AC3 digital audio encoding format.
static const int kPCM
Value indicating PCM digital audio encoding format.
This class extends DSConstant to implement AudioEncoding which manages audio encodings.