GstHip.HipStream¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class GstHip.HipStream¶
- classmethod new(vendor, device_id)¶
- Parameters:
vendor (
GstHip.HipVendor) – aGstHip.HipVendordevice_id (
int) – device identifier
- Returns:
a
GstHip.HipStreamobject orNoneif failed- Return type:
Creates a new
GstHip.HipStreamobjectNew in version 1.28.
- get_device_id()¶
- Returns:
device identifier
- Return type:
Gets numeric device identifier of self object
New in version 1.28.
- get_handle()¶
-
Gets hipStream_t handle owned by self
New in version 1.28.
- get_vendor()¶
- Returns:
- Return type:
Gets device vendor of self object
New in version 1.28.
- record_event()¶
- Returns:
Trueif succeeded- event:
a location to store
GstHip.HipEvent
- Return type:
(
bool, event:GstHip.HipEventorNone)
Records currently scheduled operations in self to
GstHip.HipEventNew in version 1.28.
- ref()¶
- Returns:
a pointer to self
- Return type:
Increments the reference count on self
New in version 1.28.
- unref()¶
Decrements the reference count on self
New in version 1.28.