GstRtspServer.RTSPThread¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| context | GLib.MainContext | r/w | a GLib.MainContext | 
| loop | GLib.MainLoop | r/w | a GLib.MainLoop | 
| mini_object | Gst.MiniObject | r/w | parent Gst.MiniObject | 
| type | GstRtspServer.RTSPThreadType | r/w | the thread type | 
Details¶
- 
class GstRtspServer.RTSPThread¶
- Structure holding info about a mainloop running in a thread - 
classmethod new(type)[source]¶
- Parameters: - type ( - GstRtspServer.RTSPThreadType) – the thread type- Returns: - a - GstRtspServer.RTSPThread.- Return type: - GstRtspServer.RTSPThread- Create a new thread object that can run a mainloop. 
 
- 
classmethod