Presentation.Layout


@Documented
@Retention(value = SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation Presentation.Layout


Strategies controlling the layout of input pixels in the output frame.

One of LAYOUT_SCALE_TO_FIT, LAYOUT_SCALE_TO_FIT_WITH_CROP, or LAYOUT_STRETCH_TO_FIT.

May scale either width or height, leaving the other output dimension equal to its input.