[][src]Function libass_sys::ass_set_frame_size

pub unsafe extern "C" fn ass_set_frame_size(
    priv_: *mut ASS_Renderer,
    w: c_int,
    h: c_int
)

\brief Set the frame size in pixels, including margins. The renderer will never return images that are outside of the frame area. The value set with this function can influence the pixel aspect ratio used for rendering. If the frame size doesn't equal to the video size, you may have to use ass_set_pixel_aspect(). @see ass_set_pixel_aspect() @see ass_set_margins() \param priv renderer handle \param w width \param h height