mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
neutrinoMessages.h: add EVT_STREAM_START/STOP events
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