Struct gst::ffi::Struct__GstVideoFormatInfo[][src]

#[repr(C)]
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

Trait Implementations

impl Default for Struct__GstVideoFormatInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstVideoFormatInfo

impl !Sync for Struct__GstVideoFormatInfo