Struct gst::ffi::Struct__GstVideoFormatInfo
[−]
[src]
pub struct Struct__GstVideoFormatInfo {
pub format: GstVideoFormat,
pub name: *const gchar,
pub description: *const gchar,
pub flags: GstVideoFormatFlags,
pub bits: guint,
pub n_components: guint,
pub shift: [guint; 4],
pub depth: [guint; 4],
pub pixel_stride: [gint; 4],
pub n_planes: guint,
pub plane: [guint; 4],
pub poffset: [guint; 4],
pub w_sub: [guint; 4],
pub h_sub: [guint; 4],
pub unpack_format: GstVideoFormat,
pub unpack_func: GstVideoFormatUnpack,
pub pack_lines: gint,
pub pack_func: GstVideoFormatPack,
pub tile_mode: GstVideoTileMode,
pub tile_ws: guint,
pub tile_hs: guint,
pub _gst_reserved: [gpointer; 4],
}Fields
format: GstVideoFormat
name: *const gchar
description: *const gchar
flags: GstVideoFormatFlags
bits: guint
n_components: guint
shift: [guint; 4]
depth: [guint; 4]
pixel_stride: [gint; 4]
n_planes: guint
plane: [guint; 4]
poffset: [guint; 4]
w_sub: [guint; 4]
h_sub: [guint; 4]
unpack_format: GstVideoFormat
unpack_func: GstVideoFormatUnpack
pack_lines: gint
pack_func: GstVideoFormatPack
tile_mode: GstVideoTileMode
tile_ws: guint
tile_hs: guint
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Default for Struct__GstVideoFormatInfo[src]
fn default() -> Struct__GstVideoFormatInfo
Returns the "default value" for a type. Read more