neutrinoMessages.h: add EVT_STREAM_START/STOP events

Origin commit data
------------------
Commit: dc3185f3a0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-26 (Wed, 26 Mar 2014)
This commit is contained in:
[CST] Focus
2014-03-26 13:48:27 +04:00
parent 581949ecf3
commit 2dcd1bfbc5

View File

@@ -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 */