vstr::out()<<"[ITANetAudioStreamingServer] Not enough free samples in client buffer, continuing without sending samples"<<std::endl;
vstr::out()<<"[ITANetAudioStreamingServer] Not enough free samples in client buffer, requesting a trigger when more free samples available"<<std::endl;
#endif
break;
}
break;
}
caseCITANetAudioProtocol::NP_CLIENT_CLOSE:
{
Stop();
returnfalse;
}
default:
{
vstr::out()<<"[ITANetAudioStreamingServer] Unkown protocol type : "<<iMsgType<<std::endl;