|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
57 #include "illegalArgumentException.hpp"
125 uint8_t numCompositeInputs;
134 return (numCompositeInputs);
dsError_t dsCompositeInGetNumberOfInputs(uint8_t *pNumberOfInputs)
Get the number of COMPOSITE Input ports on the set-top.
dsError_t dsCompositeInGetStatus(dsCompositeInStatus_t *pStatus)
Get the COMPOSITE Input Status.
dsError_t dsCompositeInScaleVideo(int32_t x, int32_t y, int32_t width, int32_t height)
Scale the COMPOSITE In video This function is used to scale the COMPOSITE In video.
Device Settings HAL types.
dsCompositeInPort_t activePort
dsError_t dsCompositeInInit(void)
Initialize the underlying COMPOSITE Input sub-system.
dsError_t dsCompositeInTerm(void)
Terminate the underlying COMPOSITE Input sub-system.
Device Settings HAL error codes.
bool isPortConnected[dsCOMPOSITE_IN_PORT_MAX]
Device Settings HAL utilities.
Structures and classes for COMPOSITE Input are defined here.
dsError_t dsCompositeInSelectPort(dsCompositeInPort_t Port)
Select the COMPOSITE Input port to be presented.
This class handles exceptions occurring in DS module.
Device Settings HAL COMPOSITE Input Public API. This API defines the HAL for the Device Settings COMP...
dsError_t
Device Settings API Error return codes.