GstHip.HipEventPool¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class GstHip.HipEventPool(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Opaque
GstHip.HipEventPoolstructNew in version 1.28.
- classmethod new(vendor, device_id)¶
- Parameters:
vendor (
GstHip.HipVendor) – aGstHip.HipVendordevice_id (
int) – device identifier
- Returns:
a
GstHip.HipEventPoolif succeeded, otherwiseNone- Return type:
Creates a new event pool instance with vendor and device_id.
New in version 1.28.
- acquire()¶
- Returns:
Trueif succeeded- event:
a location to store
GstHip.HipEvent
- Return type:
(
bool, event:GstHip.HipEventorNone)
Acquires
GstHip.HipEventfrom selfNew in version 1.28.