Method
GlyFrameget_buf_bytes
since: 1.0
Declaration [src]
GBytes*
gly_frame_get_buf_bytes (
GlyFrame* frame
)
Description [src]
Image data arranged according to gly_frame_get_memory_format()
.
Available since: 1.0
Return value
Type: GBytes
Image data.
The returned data is owned by the instance. |