Skip to content
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

format do not have MediaFormat.KEY_FRAME_RATE,and it cause NullPointerException like #2

Open
RrtoyewxXu opened this issue Sep 9, 2016 · 1 comment

Comments

@RrtoyewxXu
Copy link

In Android/MediaDemo

 framerate = format.getInteger(MediaFormat.KEY_FRAME_RATE);

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

 framerate = format.getInteger(MediaFormat.KEY_FRAME_RATE);

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

@FairlyMavis
Copy link

you can use MediaFormat.containsKey(MediaFormat.KEY_FRAME_RATE) to judge whether the mediaFormat has the value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants