You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Please also note that there have been several metatdata keys added in API 28. Specifically useful to the above method is METADATA_KEY_VIDEO_FRAME_COUNT.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Xamarin.Android Version (eg: 6.0):
Operating System & Version (eg: Mac OSX 10.11):
Support Libraries Version (eg: 23.3.0):
Describe your Issue:
According to the android document , method getFrameAtIndex() in class
android.media.MediaMetadataRetriever have been added in API level 28.
https://developer.android.com/reference/android/media/MediaMetadataRetriever.html#getFramesAtIndex(int,%20int,%20android.media.MediaMetadataRetriever.BitmapParams)
But I couldn't find the method getFrameAtIndex() in xamarin android.
Steps to Reproduce (with link to sample solution if possible):
create a new xamarin android project
install the Xamarin.Android.Support.Design v28.0.0.1
write code as follows
MediaMetadataRetriever retriever = new MediaMetadataRetriever();
But i couldn't find the method
getFrameAtIndex
.Include any relevant Exception Stack traces, build logs, adb logs:
The text was updated successfully, but these errors were encountered: