[ 物联网篇 ] 37 -嵌入式Portaudio 开发教程
//TODO//改变回调线程的调度策略/** Instruct whether to enable real-time priority when starting the audio thread.** If this is turned on by the stream is started, the audio callback thread will be created* with th
·
//TODO
//改变回调线程的调度策略
/** Instruct whether to enable real-time priority when starting the audio thread.
*
* If this is turned on by the stream is started, the audio callback thread will be created
* with the FIFO scheduling policy, which is suitable for realtime operation.
**/
void PaAlsa_EnableRealtimeScheduling( PaStream *s, int enable );
更多推荐


所有评论(0)