GstGLX11.GLDisplayX11¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
display |
r |
||
foreign_display |
r |
||
name |
r |
||
parent |
r |
||
xcb_connection |
r |
Class Details¶
- class GstGLX11.GLDisplayX11(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
the contents of a
GstGLX11.GLDisplayX11
are private and should only be accessed through the provided API- classmethod new(name)¶
- Parameters:
- Returns:
a new
GstGLX11.GLDisplayX11
orNone
- Return type:
Create a new
GstGLX11.GLDisplayX11
from the x11 display name. See ``XOpenDisplay``() for details on what is a valid name.