RDK Documentation (Open Sourced RDK Components)
videoOutputPortType.cpp File Reference

VideoOutputPortType objects are instantiated by the Device Settings module upon initialization. Applications do not need to create any such objects on its own. References to these objects can be retrieved using a VideoOutputPort object invoking VideoOutputPort::getType(). A VideoOutputPortType object represent the shared properties of all output ports of same type. Control over a specific instance of Video Output Port is access over a Video Output Port object. More...

#include "videoOutputPortType.hpp"
#include "videoOutputPort.hpp"
#include "list.hpp"
#include "dsUtl.h"
#include "dsError.h"
#include "illegalArgumentException.hpp"
#include "videoOutputPortConfig.hpp"
#include "dslogger.h"
#include <iostream>
#include <string.h>
#include <sstream>
Include dependency graph for videoOutputPortType.cpp:

Go to the source code of this file.

Functions

dsError_t dsEnableHDCP (intptr_t handle, bool contentProtect, char *hdcpKey, size_t keySize)
 

yes

VideoOutputPortType objects are instantiated by the Device Settings module upon initialization. Applications do not need to create any such objects on its own. References to these objects can be retrieved using a VideoOutputPort object invoking VideoOutputPort::getType(). A VideoOutputPortType object represent the shared properties of all output ports of same type. Control over a specific instance of Video Output Port is access over a Video Output Port object.

Definition in file videoOutputPortType.cpp.