GstHip.HipEventPool

g GObject.InitiallyUnowned GObject.InitiallyUnowned Gst.Object Gst.Object GObject.InitiallyUnowned->Gst.Object GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned GstHip.HipEventPool GstHip.HipEventPool Gst.Object->GstHip.HipEventPool

Subclasses:

None

Methods

Inherited:

Gst.Object (29), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (vendor, device_id)

acquire ()

Virtual Methods

Inherited:

Gst.Object (1), GObject.Object (7)

Properties

Inherited:

Gst.Object (2)

Signals

Inherited:

Gst.Object (1), GObject.Object (1)

Fields

Inherited:

Gst.Object (1), GObject.Object (1)

Name

Type

Access

Description

parent

Gst.Object

r

Class Details

class GstHip.HipEventPool(**kwargs)
Bases:

Gst.Object

Abstract:

No

Structure:

GstHip.HipEventPoolClass

Opaque GstHip.HipEventPool struct

New in version 1.28.

classmethod new(vendor, device_id)
Parameters:
Returns:

a GstHip.HipEventPool if succeeded, otherwise None

Return type:

GstHip.HipEventPool or None

Creates a new event pool instance with vendor and device_id.

New in version 1.28.

acquire()
Returns:

True if succeeded

event:

a location to store GstHip.HipEvent

Return type:

(bool, event: GstHip.HipEvent or None)

Acquires GstHip.HipEvent from self

New in version 1.28.