|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
50 #ifndef DEVSET_COMP_SPDIF_HPP__
51 #define DEVSET_COMP_SPDIF_HPP__
64 #include "hostIf_utils.h"
65 #include "hostIf_tr69ReqHandler.h"
66 #include "hostIf_updateHandler.h"
71 #define PARAM_LEN TR69HOSTIFMGR_MAX_PARAM_LEN
81 static GHashTable *ifHash;
84 static GMutex *m_mutex;
89 char backupStatus[_BUF_LEN_16];
91 bool backupPassthrough;
92 unsigned backupAudioDelay;
99 bool bCalledPassthrough;
100 bool bCalledAudioDelay;
118 static GList* getAllInstances();
119 static void closeAllInstances();
120 static void getLock();
121 static void releaseLock();
123 void doUpdates(updateCallback mUpdateCallback);
void doUpdates(updateCallback mUpdateCallback)
This function updates the SPDIF interface updates such as Enable, Status, Alias, Name,...
This class provides the TR-069 components SPDIF information.
It contains class referenced by manager.cpp file.
int handleGetMsg(const char *paramName, HOSTIF_MsgData_t *stMsgData)
This function get the SPDIF interface updates such as Enable, Status, Alias, Name,...
Device Settings HAL error codes.
Device Settings HAL utilities.
Class extending Enumerable to implement the audiooutputport interface.
It contains class referenced by videoDevice.cpp file.
int handleSetMsg(const char *paramName, HOSTIF_MsgData_t *stMsgData)
This function set the SPDIF interface updates such as Enable, Status, Alias, Name,...
It contain variables,stuctures,class and functions referenced by audiooutputport code.
This file defines VideoDFC class for managing video decoder format conversion types.
hostIf_STBServiceSPDIF(int dev_id, device::AudioOutputPort &port)
Class Constructor of the class hostIf_STBServiceSPDIF.