GstGLEGL.GLDisplayEGLDevice¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
device |
r |
||
parent |
r |
Class Details¶
- class GstGLEGL.GLDisplayEGLDevice(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
the contents of a
GstGLEGL.GLDisplayEGLDevice
are private and should only be accessed through the provided APINew in version 1.18.
- classmethod new(device_index)¶
- Parameters:
device_index (
int
) – the index of device to use- Returns:
a new
GstGLEGL.GLDisplayEGLDevice
orNone
- Return type:
Create a new
GstGLEGL.GLDisplayEGLDevice
with an EGLDevice supported deviceNew in version 1.18.
- classmethod new_with_egl_device(device)¶
- Parameters:
- Returns:
- Return type:
Creates a new
GstGLEGL.GLDisplayEGLDevice
with EGLDeviceEXT . The device must be created using EGLDevice enumeration.New in version 1.18.