?? hust_rtpremovestream.c
字號:
/*------------------------------------------------------------------------- * rtpremovestream.c - rtpremovestream *------------------------------------------------------------------------- */#include "hust_util.h"#include "hust_rtp.h"#include "hust_rtcp.h"#include "hust_hash.h"/*------------------------------------------------------------------------ * rtpremovestream - remove stream from a session. This call sets the * stream's zombie flag. Rtprelease stream will actually remove the state * once the stream's reference count reaches zero. *------------------------------------------------------------------------ */intrtpremovestream(struct session *psn, struct stream *pstm){ pstm->stm_zombie =TRUE; return OK;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -