SessionPoolFunc


Description:

[ CCode ( cname = "GstRTSPSessionPoolFunc" , instance_pos = 1.9 ) ]
public delegate bool SessionPoolFunc (SessionPool pool)

The function that will be called from the GSource watch on the session pool.

The function will be called when the pool must be cleaned up because one or more sessions timed out.

Parameters:

pool

a SessionPool object

user_data

user data that has been given when registering the handler

Returns:

false if the source should be removed.


Namespace: Gst.RTSPServer