-
Notifications
You must be signed in to change notification settings - Fork 112
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
AMediaExtractor and MediaCodec #439
Comments
No reason, other than "it hasn't been built yet". And most likely no-one dares to submit one if you look at my track record for being pedantic and complete in my own additions about new bindings in recent PRs.
Asynchronous notifications were contributed in #410 and should be available in the |
Fwiw the bindings look trivial/minimal enough that I might as well PR them if I get to sit down comfortably for an hour or so :). But for the time being you can use the raw bindings from |
The problem with If you haven't seen it already, the Java |
Reopening this to track adding bindings for |
Dear Experts,
I hope this message finds you well. I am currently encountering a couple of issues related to the usage of AMediaExtractor and MediaCodec and seeking for your guidance.
The first question is regarding the "Safe abstraction of the AMediaExtractor". I'm wondering if there is a specific reason as to why this does not exist? Are there perhaps alternative methods that could act as a suitable replacement?
The second question revolves around the running modes of MediaCodec. I found that MediaCodec operates normally in synchronous mode but not in asynchronous mode. Could you kindly guide me as where I might locate detailed usage documentation related to these modes?
I would really appreciate any help or insights you could provide on these topics.
Thank you very much for your time and assistance.
Best regards,
The text was updated successfully, but these errors were encountered: