How can I take the metadata from the audio track in the android application (with ++), if I use Android Ndk to build?
I know that in java for android applications there is a MediaMetadataRetriever, but I did not find such a class in the ndk folder. Maybe there is an alternative? And how to do it right?