public static bool video_calculate_display_ratio ( uint dar_n,
uint dar_d,
uint video_width,
uint video_height,
uint video_par_n,
uint video_par_d,
uint display_par_n,
uint display_par_d ) ;
public static bool video_format_convert ( VideoFormat format,
int width,
int height,
int fps_n,
int fps_d,
Format src_format,
int64 src_value,
Format dest_format,
int64 dest_value ) ;
public static VideoFormat video_format_from_fourcc ( uint fourcc ) ;
public static int video_format_get_component_height ( VideoFormat format,
int component,
int height ) ;
public static int video_format_get_component_offset ( VideoFormat format,
int component,
int width,
int height ) ;
public static int video_format_get_component_width ( VideoFormat format,
int component,
int width ) ;
public static int video_format_get_pixel_stride ( VideoFormat format,
int component ) ;
public static int video_format_get_row_stride ( VideoFormat format,
int component,
int width ) ;
public static int video_format_get_size ( VideoFormat format,
int width,
int height ) ;
public static bool video_format_has_alpha ( VideoFormat format ) ;
public static bool video_format_is_rgb ( VideoFormat format ) ;
public static bool video_format_is_yuv ( VideoFormat format ) ;
public static weak Caps video_format_new_caps ( VideoFormat format,
int width,
int height,
int framerate_n,
int framerate_d,
int par_n,
int par_d ) ;
public static bool video_format_parse_caps ( Caps caps,
VideoFormat format,
int width,
int height ) ;
public static uint video_format_to_fourcc ( VideoFormat format ) ;
public static GLib.Value video_frame_rate ( Pad pad ) ;
public static bool video_get_size ( Pad pad,
int width,
int height ) ;
public static bool video_parse_caps_framerate ( Caps caps,
int fps_n,
int fps_d ) ;
public static bool video_parse_caps_pixel_aspect_ratio ( Caps caps,
int par_n,
int par_d ) ;
public static bool video_calculate_display_ratio ( uint dar_n,
uint dar_d,
uint video_width,
uint video_height,
uint video_par_n,
uint video_par_d,
uint display_par_n,
uint display_par_d ) ;
public static bool video_format_convert ( VideoFormat format,
int width,
int height,
int fps_n,
int fps_d,
Format src_format,
int64 src_value,
Format dest_format,
int64 dest_value ) ;
public static VideoFormat video_format_from_fourcc ( uint fourcc ) ;
public static int video_format_get_component_height ( VideoFormat format,
int component,
int height ) ;
public static int video_format_get_component_offset ( VideoFormat format,
int component,
int width,
int height ) ;
public static int video_format_get_component_width ( VideoFormat format,
int component,
int width ) ;
public static int video_format_get_pixel_stride ( VideoFormat format,
int component ) ;
public static int video_format_get_row_stride ( VideoFormat format,
int component,
int width ) ;
public static int video_format_get_size ( VideoFormat format,
int width,
int height ) ;
public static bool video_format_has_alpha ( VideoFormat format ) ;
public static bool video_format_is_rgb ( VideoFormat format ) ;
public static bool video_format_is_yuv ( VideoFormat format ) ;
public static weak Caps video_format_new_caps ( VideoFormat format,
int width,
int height,
int framerate_n,
int framerate_d,
int par_n,
int par_d ) ;
public static bool video_format_parse_caps ( Caps caps,
VideoFormat format,
int width,
int height ) ;
public static uint video_format_to_fourcc ( VideoFormat format ) ;
public static GLib.Value video_frame_rate ( Pad pad ) ;
public static bool video_get_size ( Pad pad,
int width,
int height ) ;
public static bool video_parse_caps_framerate ( Caps caps,
int fps_n,
int fps_d ) ;
public static bool video_parse_caps_pixel_aspect_ratio ( Caps caps,
int par_n,
int par_d ) ;
Created by Valadoc