multiview_guess_half_aspect


Description:


[ Version ( since = "1.6" ) ]
public bool multiview_guess_half_aspect (MultiviewMode mv_mode, uint width, uint height, uint par_n, uint par_d)

Parameters:

mv_mode

A MultiviewMode

width

Video frame width in pixels

height

Video frame height in pixels

par_n

Numerator of the video pixel-aspect-ratio

par_d

Denominator of the video pixel-aspect-ratio

Returns:

A boolean indicating whether the HALF_ASPECT flag should be set.

Utility function that heuristically guess whether a frame-packed stereoscopic video contains half width/height encoded views, or full-frame views by looking at the overall display aspect ratio.


Namespace: Gst.Video