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.VaDisplayinstantiaton 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.VaDisplayif handle is valid, OtherwiseNone.- Return type:
 
Creates a
GstVa.VaDisplaywrapping 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
Nonestate.New in version 1.20.