[ static enum ] Interpolation
Class: MediaPlayer.
Description:
Enum for video interpolation methods. Used to smooth resized video and reduce pixelation.
Type: number
Properties:
| Name | Description |
|---|---|
|
No interpolation applied. |
|
Interpolation performed by the GUI. |
|
Interpolation performed by FFMPEG. |
Examples:
player.interpolation(MediaPlayer.Interpolation.ByFFMPEG);
