VideoMeta.map

bool map(uint plane, gst.map_info.MapInfo info, out void * data, out int stride, gst.types.MapFlags flags)

Map the video plane with index plane in meta and return a pointer to the first byte of the plane and the stride of the plane.

Parameters

planea plane
infoa #GstMapInfo
datathe data of plane
stridethe stride of plane
flagsGstMapFlags

Returns

TRUE if the map operation was successful.