Home | History | Annotate | only in /hardware/mediatek/libmtkplayer
Up to higher level directory
NameDateSize
Android.mk08-Oct-2015207
libmtkplayer.so08-Oct-201513.3K
README08-Oct-2015640

README

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