Android Native Player For Delphi is a video player component for Android based on native mediaplayer of android. Following are the merits and demerits of the player
- Merit:Small footprint (no large external library like ffmpeg)
- Merit:Utilize the hardware accelerated decoding capable playback Full HD video at 30fps on low end android device , FFMPEG can only playback HD video at 10.5fps via soft decoding.
- Demerit: Only support limited formats and networks protocols (You can find the supported codec and protocols at http://developer.android.com/guide/appendix/media-formats.html)
- Demerit: No Video / Audio Filter support in FFMPEG
- Merit: Can render video to 3D Object surface, you can use it in TForm3D or TForm via TViewPort3D. unlike the build-in Delphi mediaplayer of android that will display a full-screen overlay java mediaplayer and you can not customize the gui of the java mediaplayer.
- Provide stop , pause , resume, step forward, seek operations .
- Dynamic switch active video/audio track for multiple tracks video.
- Disable screen saver while playback.
Product License: SW
Source: On purchase/registration
File Status: Partially restricted
Compatible with: DXE6 DXE7 DXE8