• Home
Name Date Size #Lines LOC

..--

Android.mkD03-May-2024272 109

READMED03-May-2024640 2821

libmtkplayer.soD03-May-202413.3 KiB

README

1The dynamic library 'libmtkplayer.so' is a FM Audio Player Native implementation
2This library is pre-built by Mediatek internal
3
4WHAT IT DOES?
5=============
6libmtkplayer.so is used to control FM audio data flow.
7
8HOW IT WAS BUILT?
9==================
10It needs the following libs from AOSP:
111.  libcutils.so
122.  libutils.so
133.  libbinder.so
144.  libmedia.so
15
16and the following libs from MediaTek:
171.  libaudiosetting.so
18
19HOW TO USE IT?
20==============
21The dynamic library 'libmtkplayer.so' is used by
22'libmediaplayerservice.so' to create FM Audio Player
23
24Source
25==============
26All the source code of the bin files were written by MediaTek Co.
27
28