Packages
gstreamer-video-1.0
Gst
Video
Meta
get_info
get_plane_height
get_plane_size
map
set_alignment
unmap
alignment
buffer
flags
format
height
id
map_v
meta
n_planes
offset
stride
unmap_v
width
Meta
Object Hierarchy:
Gst.Video.Meta
Gst.Video.Meta
Gst.Video.Meta
Description:
[
CCode
( has_type_id =
false
) ]
[
GIR
( name =
"VideoMeta"
) ]
public
struct
Meta
Namespace:
Gst.Video
Package:
gstreamer-video-1.0
Content:
Static methods:
public
static
unowned
MetaInfo
?
get_info
()
Methods:
public
bool
get_plane_height
(
out
unowned
uint
[] plane_height)
public
bool
get_plane_size
(
out
unowned
size_t
[] plane_size)
public
bool
map
(
uint
plane,
MapInfo
info,
out
void
* data,
out
int
stride,
MapFlags
flags)
public
bool
set_alignment
(
Alignment
alignment)
public
bool
unmap
(
uint
plane,
MapInfo
info)
Fields:
public
Meta
meta
public
unowned
Buffer
buffer
public
FrameFlags
flags
public
Format
format
public
int
id
public
uint
width
public
uint
height
public
uint
n_planes
public
unowned
size_t
[]
offset
public
unowned
int
[]
stride
public
unowned
MetaMapVFunc
map_v
public
unowned
MetaUnmapVFunc
unmap_v
public
Alignment
alignment