RTSPWatch.setSendBacklog

Set the maximum amount of bytes and messages that will be queued in watch. When the maximum amounts are exceeded, gstrtsp.rtspwatch.RTSPWatch.writeData and gstrtsp.rtspwatch.RTSPWatch.sendMessage will return #GST_RTSP_ENOMEM.

A value of 0 for bytes or messages means no limits.

class RTSPWatch
void
setSendBacklog
(
size_t bytes
,)

Parameters

bytes size_t

maximum bytes

messages uint

maximum messages