From e62dc56047b038e5f2a5404b023fec453bf1bf8a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 7 Feb 2022 20:16:19 -0600 Subject: [PATCH] Update notes regarding enableHdr option --- src/Limelight.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Limelight.h b/src/Limelight.h index aa26dfe..37de7dc 100644 --- a/src/Limelight.h +++ b/src/Limelight.h @@ -70,7 +70,9 @@ typedef struct _STREAM_CONFIGURATION { // This should only be set if: // 1) The client decoder supports HEVC Main10 profile (supportsHevc must be set too) // 2) The server has support for HDR as indicated by ServerCodecModeSupport in /serverinfo - // 3) The app supports HDR as indicated by IsHdrSupported in /applist + // + // See ConnListenerSetHdrMode() for a callback to indicate when to set + // the client display into HDR mode. bool enableHdr; // Specifies the percentage that the specified bitrate will be adjusted