GstRtspServer.RTSPThread¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
context |
r/w |
||
loop |
r/w |
||
mini_object |
r/w |
parent |
|
type |
r/w |
the thread type |
Methods¶
class |
|
|
|
|
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:
- Return type:
Create a new thread object that can run a mainloop.