Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h346 int RTMP_SendCtrl(RTMP *r, short nType, unsigned int nObject,
H A Drtmp.c2339 RTMP_SendCtrl(RTMP *r, short nType, unsigned int nObject, unsigned int nTime) in RTMP_SendCtrl() argument
2378 *buf = nObject & 0xff; in RTMP_SendCtrl()
2383 buf = AMF_EncodeInt32(buf, pend, nObject); in RTMP_SendCtrl()