applyZoomMatrix

fun applyZoomMatrix(newMatrix: Matrix, animation: Boolean)(source)

Applies newMatrix (scale + translation only) to the video surface view.

Parameters

newMatrix

The new zoom matrix

animation

If this zoom is part of an animation, as then it will not auto zoom after we are done.