restream stop from receiver

This commit is contained in:
Dhanya Maliakal
2017-11-30 18:37:11 +01:00
parent 2227265357
commit ca855e6d39
7 changed files with 98 additions and 9 deletions

View File

@ -906,6 +906,15 @@ virtual int setReceiverSilentMode(int i = -1)=0;
*/
virtual bool isAcquireReady() = 0;
/**
If data streaming in receiver is enabled,
restream the stop dummy packet from receiver
Used usually for Moench,
in case it is lost in network due to high data rate
\returns OK if success else FAIL
*/
virtual int restreamStopFromReceiver() = 0;
protected: