c
Back to Seed Clases

GstVideo


Classes

Interfaces

Structs

Unions

Enums

Enum GstVideo.VideoFormat

Import line: GstVideo = imports.gi.GstVideo;
GIR File: GstVideo-0.10.gir
C documentation: GstVideoFormat
Enum : VideoFormat
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstVideo
Method
GstVideo.video_format_convert (VideoFormat format, gint32 width, gint32 height, gint32 fps_n, gint32 fps_d, Format src_format, gint64 src_value, Format dest_format, gint64 dest_value) : gboolean
GstVideo
Method
GstVideo.video_format_from_fourcc (guint32 fourcc) : GstVideo.VideoFormat
GstVideo
Method
GstVideo.video_format_get_component_depth (VideoFormat format, gint32 component) : gint32
GstVideo
Method
GstVideo.video_format_get_component_height (VideoFormat format, gint32 component, gint32 height) : gint32
GstVideo
Method
GstVideo.video_format_get_component_offset (VideoFormat format, gint32 component, gint32 width, gint32 height) : gint32
GstVideo
Method
GstVideo.video_format_get_component_width (VideoFormat format, gint32 component, gint32 width) : gint32
GstVideo
Method
GstVideo.video_format_get_pixel_stride (VideoFormat format, gint32 component) : gint32
GstVideo
Method
GstVideo.video_format_get_row_stride (VideoFormat format, gint32 component, gint32 width) : gint32
GstVideo
Method
GstVideo.video_format_get_size (VideoFormat format, gint32 width, gint32 height) : gint32
GstVideo
Method
GstVideo.video_format_has_alpha (VideoFormat format) : gboolean
GstVideo
Method
GstVideo.video_format_is_gray (VideoFormat format) : gboolean
GstVideo
Method
GstVideo.video_format_is_rgb (VideoFormat format) : gboolean
GstVideo
Method
GstVideo.video_format_is_yuv (VideoFormat format) : gboolean
GstVideo
Method
GstVideo.video_format_new_caps (VideoFormat format, gint32 width, gint32 height, gint32 framerate_n, gint32 framerate_d, gint32 par_n, gint32 par_d) : Gst.Caps
GstVideo
Method
GstVideo.video_format_new_caps_interlaced (VideoFormat format, gint32 width, gint32 height, gint32 framerate_n, gint32 framerate_d, gint32 par_n, gint32 par_d, gboolean interlaced) : Gst.Caps
GstVideo
Method
GstVideo.video_format_new_template_caps (VideoFormat format) : Gst.Caps
GstVideo
Method
GstVideo.video_format_parse_caps (Caps caps, VideoFormat format, gint32 width, gint32 height) : gboolean
GstVideo
Method
GstVideo.video_format_to_fourcc (VideoFormat format) : guint32
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:51 GMT+0800 (HKT)