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

Method map_range

gi/overrides/Gst.py:629–634  ·  view source on GitHub ↗
(self, idx, length, flags)

Source from the content-addressed store, hash-verified

627class Buffer(Gst.Buffer):
628
629 def map_range(self, idx, length, flags):
630 mapinfo = MapInfo()
631 if (_gi_gst.buffer_override_map_range(self, mapinfo, idx, length, int(flags))):
632 mapinfo.__parent__ = self
633
634 return mapinfo
635
636 def map(self, flags):
637 mapinfo = MapInfo()

Callers

nothing calls this directly

Calls 1

MapInfoClass · 0.85

Tested by

no test coverage detected