From bc2482ee39be4bea80310e6e94adddc901a607b0 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 26 Mar 2014 13:48:27 +0400 Subject: [PATCH] neutrinoMessages.h: add EVT_STREAM_START/STOP events Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/dc3185f3a0afe8fc93f9eb2756b66696a2a71f77 Author: [CST] Focus Date: 2014-03-26 (Wed, 26 Mar 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrinoMessages.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/neutrinoMessages.h b/src/neutrinoMessages.h index e5110e190..80482a0a4 100644 --- a/src/neutrinoMessages.h +++ b/src/neutrinoMessages.h @@ -113,6 +113,8 @@ struct NeutrinoMessages { EVT_HDMI_CEC_STANDBY = CRCInput::RC_Events + 42, EVT_SET_MUTE = CRCInput::RC_Events + 43, EVT_SET_VOLUME = CRCInput::RC_Events + 44, + EVT_STREAM_START = CRCInput::RC_Events + 45, /* data = fd */ + EVT_STREAM_STOP = CRCInput::RC_Events + 46, /* NEVER CHANGE THIS */ EVT_CA_MESSAGE = CRCInput::RC_Events + 60, /* data = CA_MESSAGE pointer */