mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 07:08:28 +02:00
Dont stop playback when record started. Experimental, for testing
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@756 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 3ff201e9f5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-09-08 (Wed, 08 Sep 2010)
This commit is contained in:
@@ -935,11 +935,15 @@ void CZapitClient::stopPlayBack()
|
||||
void CZapitClient::lockPlayBack()
|
||||
{
|
||||
send(CZapitMessages::CMD_SB_LOCK_PLAYBACK);
|
||||
CZapitMessages::responseCmd response;
|
||||
CBasicClient::receive_data((char* )&response, sizeof(response));
|
||||
close_connection();
|
||||
}
|
||||
void CZapitClient::unlockPlayBack()
|
||||
{
|
||||
send(CZapitMessages::CMD_SB_UNLOCK_PLAYBACK);
|
||||
CZapitMessages::responseCmd response;
|
||||
CBasicClient::receive_data((char* )&response, sizeof(response));
|
||||
close_connection();
|
||||
}
|
||||
bool CZapitClient::isPlayBackActive()
|
||||
|
Reference in New Issue
Block a user