GstRtspServer.RTSPThreadPoolClass

Fields

Name

Type

Access

Description

configure_thread

object

r

configure a thread object. this vmethod is called when a new thread has been created and should be configured.

get_thread

object

r

this function should make or reuse an existing thread that runs a mainloop.

parent_class

GObject.ObjectClass

r

pool

GLib.ThreadPool

r

a GLib.ThreadPool used internally

thread_enter

object

r

called from the thread when it is entered

thread_leave

object

r

called from the thread when it is left

Methods

None

Details

class GstRtspServer.RTSPThreadPoolClass

Class for managing threads.