Searched refs:DoPause (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 352 int RTMP_SendPause(RTMP *r, int DoPause, int dTime); 353 int RTMP_Pause(RTMP *r, int DoPause);
|
| H A D | rtmp.c | 1972 RTMP_SendPause(RTMP *r, int DoPause, int iTime) in RTMP_SendPause() argument 1990 enc = AMF_EncodeBoolean(enc, pend, DoPause); in RTMP_SendPause() 1995 RTMP_Log(RTMP_LOGDEBUG, "%s, %d, pauseTime=%d", __FUNCTION__, DoPause, iTime); in RTMP_SendPause() 1999 int RTMP_Pause(RTMP *r, int DoPause) in RTMP_Pause() argument 2001 if (DoPause) in RTMP_Pause() 2004 return RTMP_SendPause(r, DoPause, r->m_pauseStamp); in RTMP_Pause()
|