RDK Documentation (Open Sourced RDK Components)
|
Public Member Functions | |
List< VideoDevice > | getDevices () |
VideoDevice & | getDevice (int id) |
List< VideoDFC > | getDFCs () |
VideoDFC & | getDFC (int id) |
VideoDFC & | getDefaultDFC () |
void | load () |
void | release () |
Static Public Member Functions | |
static VideoDeviceConfig & | getInstance () |
Private Attributes | |
std::vector< VideoDFC > | _vDFCs |
std::vector< VideoDevice > | _vDevices |
Static Private Attributes | |
static VideoDeviceConfig | _singleton |
Definition at line 40 of file videoDeviceConfig.hpp.