Home
last modified time | relevance | path

Searched refs:DoPause (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h352 int RTMP_SendPause(RTMP *r, int DoPause, int dTime);
353 int RTMP_Pause(RTMP *r, int DoPause);
H A Drtmp.c1972 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()