mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
nhttpd/tuxboxapi/controlapi.cpp: add direct record start for current channel
Origin commit data
------------------
Branch: ni/coolstream
Commit: fc11a76c01
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-02 (Wed, 02 Mar 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -873,6 +873,16 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
*msg = NeutrinoMessages::EVT_SET_VOLUME;
|
||||
*data = *(char*) p;
|
||||
break;
|
||||
case NeutrinoMessages::RECORD_START :
|
||||
*msg = NeutrinoMessages::RECORD_START;
|
||||
*data = (unsigned long) p;
|
||||
dont_delete_p = true;
|
||||
break;
|
||||
case NeutrinoMessages::RECORD_STOP :
|
||||
*msg = NeutrinoMessages::RECORD_STOP;
|
||||
*data = (unsigned long) p;
|
||||
dont_delete_p = true;
|
||||
break;
|
||||
default:
|
||||
printf("[neutrino] event INITID_HTTPD - unknown eventID 0x%x\n", emsg.eventID );
|
||||
}
|
||||
|
Reference in New Issue
Block a user