Valadoc | Vala | Tutorial | API-References | Markup

video_format_new_caps_interlaced


Description:

public Caps video_format_new_caps_interlaced (VideoFormat format, int width, int height, int framerate_n, int framerate_d, int par_n, int par_d, bool interlaced)

Creates a new Caps object based on the parameters provided.

Parameters:

format the VideoFormat describing the raw video format
par_n numerator of pixel aspect ratio
par_d denominator of pixel aspect ratio
interlaced true if the format is interlaced
width width of video
framerate_n numerator of frame rate
height height of video
framerate_d denominator of frame rate

Returns:

a new Caps object, or NULL if there was an error

Namespace: Gst
Package: gstreamer-video-0.10