Gst.Video.FormatInfo – gstreamer-video-1.0 Reference Manual
Packages
gstreamer-video-1.0
Gst
Video
FormatInfo
component
extrapolate_stride
bits
depth
description
flags
format
h_sub
n_components
n_planes
name
pack_func
pack_lines
pixel_stride
plane
poffset
shift
tile_hs
tile_mode
tile_ws
unpack_format
unpack_func
w_sub
FormatInfo
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
[
GIR
( name =
"VideoFormatInfo"
) ]
public
struct
FormatInfo
Information for a video format.
Namespace:
Gst.Video
Package:
gstreamer-video-1.0
Content:
Methods:
public
void
component
(
uint
plane,
out
int
components)
Fill
components
with the number of all the components packed in
plane
for the format
this
.
public
int
extrapolate_stride
(
int
plane,
int
stride)
Extrapolate
plane
stride from the first stride of an image.
Fields:
public
Format
format
public
unowned
string
name
public
unowned
string
description
public
FormatFlags
flags
public
uint
bits
public
uint
n_components
public
unowned
uint
[]
shift
public
unowned
uint
[]
depth
public
unowned
int
[]
pixel_stride
public
uint
n_planes
public
unowned
uint
[]
plane
public
unowned
uint
[]
poffset
public
unowned
uint
[]
w_sub
public
unowned
uint
[]
h_sub
public
Format
unpack_format
public
unowned
FormatUnpack
unpack_func
public
int
pack_lines
public
unowned
FormatPack
pack_func
public
TileMode
tile_mode
public
uint
tile_ws
public
uint
tile_hs