@@ -301,7 +301,7 @@ namespace Exchange {
301301 // @param handle: handle returned in GetAudioPort()
302302 // @param sadList: SAD array
303303 // @param count: number of items in sadList (max 15)
304- virtual Core::hresult SetSAD (const int32_t handle , const uint8_t sadList[] /* @in @ length:count @maxlength:count */ , const uint8_t count ) = 0;
304+ virtual Core::hresult SetSAD (const int32_t handle , const uint8_t sadList[] /* @length:count @maxlength:count */ , const uint8_t count ) = 0;
305305
306306 /* * Enable ARC */
307307 // @text enableARC
@@ -1575,7 +1575,7 @@ namespace Exchange {
15751575 // @brief Get EDID to ALLM Supported or not
15761576 // @param port: Port number
15771577 // @param allmSupport: ALLM supported (true) or not (false)
1578- virtual Core::hresult SetHDMIInEdid2AllmSupport (const HDMIInPort port , bool allmSupport /* @in */ ) = 0;
1578+ virtual Core::hresult SetHDMIInEdid2AllmSupport (const HDMIInPort port , bool allmSupport) = 0;
15791579
15801580 /* * Get EDID bytes. */
15811581 // @text getEdidBytes
@@ -2148,7 +2148,7 @@ namespace Exchange {
21482148 // @param enable: enable (true) or disable (false)
21492149 // @param hdcpKey: hdcp key
21502150 // @param hdcpKeySize: number of bytes in hdcpKey array
2151- virtual Core::hresult EnableHDCPOnVideoPort (const int32_t handle , const bool hdcpEnable , const uint8_t hdcpKey[] /* @in @ length:hdcpKeySize @maxlength:hdcpKeySize */ , const uint16_t hdcpKeySize ) = 0;
2151+ virtual Core::hresult EnableHDCPOnVideoPort (const int32_t handle , const bool hdcpEnable , const uint8_t hdcpKey[] /* @length:hdcpKeySize @maxlength:hdcpKeySize */ , const uint16_t hdcpKeySize ) = 0;
21522152
21532153 /* * Is HDCP enabled on Video port. */
21542154 // @text isHDCPEnabledOnVideoPort
0 commit comments