Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/dsVideoPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ dsError_t dsIsVideoPortEnabled(intptr_t handle, bool *enabled);
* @retval dsERR_OPERATION_NOT_SUPPORTED - The attempted operation is not supported
* @retval dsERR_GENERAL - Underlying undefined platform error
*
* @pre dsVideoPortInit() and dsGetVideoPort() must be called before calling this API.
* @pre dsDisplayInit(), dsVideoPortInit() and dsGetVideoPort() must be called before calling this API.
*
* @warning This API is Not thread safe.
*/
Expand Down Expand Up @@ -494,7 +494,7 @@ typedef void (*dsHDCPStatusCallback_t)(intptr_t handle, dsHdcpStatus_t status);
* @retval dsERR_OPERATION_NOT_SUPPORTED - The attempted operation is not supported
* @retval dsERR_GENERAL - Underlying undefined platform error
*
* @pre dsVideoPortInit() and dsGetVideoPort() must be called before calling this API.
* @pre dsVideoPortInit() , dsGetVideoPort() and dsEnableHDCP() must be called before calling this API.
*
* @warning This API is Not thread safe.
*
Expand Down
Loading