-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to import FFmpegMediaMetadataRetriever();? #261
Comments
Hello @NeighborhoodCoding Make sure you are adding:
to your app or libraries Documentation about the library can be found here. |
Thanks for your answer.
is not working... It maybe my importation is some wrong? sorry. |
Thanks in advance. I'm currently build APK in windows OS. It is no problem I believe, it is OK? T.T |
As noted in the documentation, |
I added gradle and lib,
but
FFmpegMediaMetadataRetriever mmr = new FFmpegMediaMetadataRetriever();
has red lines..
The text was updated successfully, but these errors were encountered: