GstVa.VaDisplayWrapped¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstVa.VaDisplayWrapped(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This is a
GstVa.VaDisplay
instantiaton subclass for custom created VADisplay, such as X11 or Wayland, wrapping it.New in version 1.20.
- classmethod new(handle)¶
- Parameters:
- Returns:
a new
GstVa.VaDisplay
if handle is valid, OtherwiseNone
.- Return type:
Creates a
GstVa.VaDisplay
wrapping an already created and initialized VADisplay.The lifetime of handle must be hold by the provider while the pipeline is instantiated. Do not call vaTerminate on it while the pipeline is not in
None
state.New in version 1.20.