[ static enum ] Interpolation

Class: MediaPlayer.

Description:

Enum for video interpolation methods. Used to smooth resized video and reduce pixelation.

Type: number

Properties:

Name Description

None

No interpolation applied.

ByGUI

Interpolation performed by the GUI.

ByFFMPEG

Interpolation performed by FFMPEG.

Examples:

player.interpolation(MediaPlayer.Interpolation.ByFFMPEG);