I am developing audio player in android. So i want to add the details of the playing song i.e. Artist Name, Duration, Bit rate and sampling frequency.
I can get Artist Name and duration of a music file by using MediaStore.Audio.Media library
. But i am unable to get Bit rate and sampling frequency of the same file. So how can i get the same?
As i know, it can be done by using native library. But don't know how? So anyone can help me on this?