![]() |
RDK Documentation (Open Sourced RDK Components)
|

Public Member Functions | |
| const PixelResolution & | getPixelResolution (int id) const |
| const AspectRatio & | getAspectRatio (int id) const |
| const StereoScopicMode & | getSSMode (int id) const |
| const VideoResolution & | getVideoResolution (int id) const |
| const FrameRate & | getFrameRate (int id) const |
| VideoOutputPortType & | getPortType (int id) |
| VideoOutputPort & | getPort (int id) |
| VideoOutputPort & | getPort (const std::string &name) |
| List< VideoOutputPort > | getPorts () |
| List< VideoOutputPortType > | getSupportedTypes () |
| List< VideoResolution > | getSupportedResolutions (bool isIgnoreEdid=false) |
| void | load () |
| void | release () |
Static Public Member Functions | |
| static VideoOutputPortConfig & | getInstance () |
Private Attributes | |
| std::vector< PixelResolution > | _vPixelResolutions |
| std::vector< AspectRatio > | _vAspectRatios |
| std::vector< StereoScopicMode > | _vStereoScopieModes |
| std::vector< VideoResolution > | _supportedResolutions |
| std::vector< FrameRate > | _vFrameRates |
| std::vector< VideoOutputPortType > | _vPortTypes |
| std::vector< VideoOutputPort > | _vPorts |
Definition at line 45 of file videoOutputPortConfig.hpp.