mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user