summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chromecast/public/avsettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromecast/public/avsettings.h b/chromecast/public/avsettings.h
index ae4cd8f..0c3fd7f 100644
--- a/chromecast/public/avsettings.h
+++ b/chromecast/public/avsettings.h
@@ -117,6 +117,9 @@ class AvSettings {
// This event should be fired when the device is disconnected to HDMI sinks.
HDMI_DISCONNECTED = 101,
+
+ // This event should be fired when an HDMI error occurs.
+ HDMI_ERROR = 102,
};
// Delegate to inform the caller events. As a subclass of TaskRunner,