Frame
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ GIR ( name = "VideoFrame" ) ]
public struct Frame
A video frame obtained from map
Content:
Methods:
- public bool copy (Frame src)
Copy the contents from src to
this.
- public bool copy_plane (Frame src, uint plane)
Copy the plane with index plane from src to
this.
- public bool map (Info info, Buffer buffer, MapFlags flags)
Use info and buffer to fill in the values of
frame.
- public bool map_id (Info info, Buffer buffer, int id, MapFlags flags)
Use info and buffer to fill in the values of
frame with the video frame information of frame id.
- public void unmap ()
Unmap the memory previously mapped with gst_video_frame_map.
Fields: