MCPcopy Create free account
hub / github.com/GStreamer/gst-python / set_event_function

Method set_event_function

gi/overrides/Gst.py:163–164  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

161 self.set_chain_function_full(PadFunc(func), None)
162
163 def set_event_function(self, func):
164 self.set_event_function_full(PadFunc(func), None)
165
166 def set_query_function(self, func):
167 self.set_query_function_full(PadFunc(func), None)

Callers 4

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

PadFuncClass · 0.85

Tested by

no test coverage detected