GstHip.HipStream

Fields

None

Methods

class

new (vendor, device_id)

get_device_id ()

get_handle ()

get_vendor ()

record_event ()

ref ()

unref ()

Details

class GstHip.HipStream
classmethod new(vendor, device_id)
Parameters:
Returns:

a GstHip.HipStream object or None if failed

Return type:

GstHip.HipStream or None

Creates a new GstHip.HipStream object

New in version 1.28.

get_device_id()
Returns:

device identifier

Return type:

int

Gets numeric device identifier of self object

New in version 1.28.

get_handle()
Returns:

hipStream_t handle

Return type:

object or None

Gets hipStream_t handle owned by self

New in version 1.28.

get_vendor()
Returns:

GstHip.HipVendor

Return type:

GstHip.HipVendor

Gets device vendor of self object

New in version 1.28.

record_event()
Returns:

True if succeeded

event:

a location to store GstHip.HipEvent

Return type:

(bool, event: GstHip.HipEvent or None)

Records currently scheduled operations in self to GstHip.HipEvent

New in version 1.28.

ref()
Returns:

a pointer to self

Return type:

GstHip.HipStream

Increments the reference count on self

New in version 1.28.

unref()

Decrements the reference count on self

New in version 1.28.