map


Description:

public bool map (uint plane, MapInfo info, out void* data, out int stride, MapFlags flags)

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

Parameters:

this

a Meta

plane

a plane

info

a MapInfo

data

the data of plane

stride

the stride of plane

flags

GstMapFlags

Returns:

TRUE if the map operation was successful.