-
Notifications
You must be signed in to change notification settings - Fork 111
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
Wrap video coding APIs #180
Conversation
Thanks for your contribution @zarik5! I have a similar change queued up, with regenerated bindings, to be published after #178 is merged. Are you planning to add support for |
No I don't have plans for now, I don't feel experienced enough with Android to write a safe wrapper. |
Ah, so just using the raw bindings. You can find a regenerated |
Oh thank you! |
Since you already took care of it I'll close this PR. |
@MarijnS95 Do you still plan to merge your |
@zarik5 Are you still planning to rework https://github.com/alvr-org/ALVR/blob/master/alvr/experiments/client/src/video_decoder/mediacodec.rs into a wrapper for submission to android-ndk-rs? If so I can probably see about rebasing and submitting that branch. |
Not really for now, but I think there would still value in having the raw MediaCodec API in the ndk-sys crate. I'm not excluding I will contribute the safe bindings in the future 🙂. Continuing using your fork is workable but a bit inconvenient since it's getting old. |
Add support for
AMediaCodec
to ndk-sys. I tried to generate the bindings but I was not able to.