92#ifndef _DS_dsCompositeInH_
93#define _DS_dsCompositeInH_
Device Settings HAL error codes.
dsError_t dsCompositeInInit(void)
Initializes the underlying COMPOSITE Input sub-system.
void(* dsCompositeInConnectCB_t)(dsCompositeInPort_t Port, bool isPortConnected)
Callback function used to notify applications of COMPOSITE In hot plug status.
Definition dsCompositeIn.h:243
void(* dsCompositeInStatusChangeCB_t)(dsCompositeInStatus_t inputStatus)
Callback function used to notify applications of Composite Input status change event.
Definition dsCompositeIn.h:320
dsError_t dsCompositeInRegisterStatusChangeCB(dsCompositeInStatusChangeCB_t CBFunc)
Registers the Composite Input Status Change event.
dsError_t dsCompositeInRegisterConnectCB(dsCompositeInConnectCB_t CBFunc)
Registers the COMPOSITE Input hot plug event.
dsError_t dsCompositeInSelectPort(dsCompositeInPort_t Port)
Sets the COMPOSITE Input port as active available for presentation.
dsError_t dsCompositeInTerm(void)
Terminates the underlying COMPOSITE Input sub-system.
dsError_t dsCompositeInScaleVideo(int32_t x, int32_t y, int32_t width, int32_t height)
Scales the COMPOSITE In video This function scales the COMPOSITE input video. The width and height,...
dsError_t dsCompositeInGetStatus(dsCompositeInStatus_t *pStatus)
Gets the COMPOSITE Input Status.
void(* dsCompositeInSignalChangeCB_t)(dsCompositeInPort_t port, dsCompInSignalStatus_t sigStatus)
Callback function used to notify applications of Composite In signal change status.
Definition dsCompositeIn.h:281
dsError_t dsCompositeInRegisterSignalChangeCB(dsCompositeInSignalChangeCB_t CBFunc)
Registers the Composite Input Signal Change event.
dsError_t dsCompositeInGetNumberOfInputs(uint8_t *pNumberOfInputs)
Gets the number of COMPOSITE Input ports on the specific platform.
dsError_t
Device Settings API Error return codes.
Definition dsError.h:100
enum _dsCompositeInPort_t dsCompositeInPort_t
This enumeration defines the type of composite ports.
enum _dsCompInSignalStatus_t dsCompInSignalStatus_t
This enumeration defines the type composite signal status.
Structure type for Composite input status.
Definition dsTypes.h:1033