Memory.makeMapped

Create a #GstMemory object that is mapped with flags. If mem is mappable with flags, this function returns the mapped mem directly. Otherwise a mapped copy of mem is returned.

This function takes ownership of old mem and returns a reference to a new #GstMemory.

Parameters

info gst.map_info.MapInfo

pointer for info

flags gst.types.MapFlags

mapping flags

Return Value

Type: gst.memory.Memory

a #GstMemory object mapped with flags or null when a mapping is not possible.