neutrinoMessages.h: add EVT_STREAM_START/STOP events

Origin commit data
------------------
Branch: ni/coolstream
Commit: dc3185f3a0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-26 (Wed, 26 Mar 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-03-26 13:48:27 +04:00
parent 4b080ace71
commit bc2482ee39

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