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
format do not have MediaFormat.KEY_FRAME_RATE,and it cause NullPointerException like
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
at android.media.MediaFormat.getInteger(MediaFormat.java:524)
please tell me how to deal with it
In Android/MediaDemo
format do not have MediaFormat.KEY_FRAME_RATE,and it cause NullPointerException like
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
at android.media.MediaFormat.getInteger(MediaFormat.java:524)
please tell me how to deal with it
The text was updated successfully, but these errors were encountered:
In Android/MediaDemo
format do not have MediaFormat.KEY_FRAME_RATE,and it cause NullPointerException like
please tell me how to deal with it
In Android/MediaDemo
format do not have MediaFormat.KEY_FRAME_RATE,and it cause NullPointerException like
please tell me how to deal with it
The text was updated successfully, but these errors were encountered: