VideoFrame.copyPlane

Copy the plane with index plane from src to dest.

Note: Since: 1.18, dest dimensions are allowed to be smaller than src dimensions.

class VideoFrame
bool
copyPlane

Parameters

src gstvideo.video_frame.VideoFrame

a #GstVideoFrame

plane uint

a plane

Return Value

Type: bool

TRUE if the contents could be copied.