getAspectRatio

open override fun getAspectRatio(): Rational?

Original video aspect ratio used for PiP mode

Set using: Width, Height. Example: Rational(16, 9)

If null will default to set no aspect ratio.

PiP functions calling this needs to coerce this value between 0.418410 and 2.390000 to prevent crashes.