GstVa.VaDisplayDrm¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The path of DRM device |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstVa.VaDisplayDrm(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This is a
GstVa.VaDisplay
subclass to instantiate with DRM devices.New in version 1.20.
- classmethod new_from_path(path)¶
- Parameters:
path (
str
) – the path to the DRM device- Returns:
a newly allocated
GstVa.VaDisplay
if the specified DRM render device could be opened and initialized; otherwiseNone
is returned.- Return type:
Creates a new
GstVa.VaDisplay
from a DRM device . It will try to open and operate the device in path.New in version 1.20.
Property Details¶
- GstVa.VaDisplayDrm.props.path¶
- Name:
path
- Type:
- Default Value:
'/dev/dri/renderD128'
- Flags:
The path of DRM device