Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.mk | D | 03-May-2024 | 272 | 10 | 9 | |
README | D | 03-May-2024 | 640 | 28 | 21 | |
libmtkplayer.so | D | 03-May-2024 | 13.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