-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bind "androidx.media3" #710
Comments
Any news on this? |
I made some progress, but still quite a lot to do. |
Just in case this helps there is this project with ExoPlayer bindings https://github.com/Baseflow/ExoPlayerXamarin |
Howdy, sorry to be that guy. Has there been any progress made on this? Specifically I wish to consume the Media3.Transformer set of classes. Or if anyone knows of an alternative that can be used in the meantime. Much appreciated. |
@Maxgamerboy1 There's a PR that I've made in ExoPlayerXamarin Baseflow/ExoPlayerXamarin#166 that should fully work for most stuff Media3, when Media3 finally gets it's bindings here it should be fully compatible too due to having no changing namespaces. @moljac If it's any help feel free to take from those bindings as well, I'd also be glad to help out in binding Media3 if it's needed. |
Someone has to be that guy, but it is OK.
Yes. I managed to grab some extra time to finish it in last few weeks. |
@ArchangelWTF Thanks a lot. I will take a look for sure. |
Happy to see this is being worked on! Is there any estimate on how long it might take approx. until it's released? Just so that I can decide if I should try to bind it myself based on the existing branch or if I should rather wait for the official bindings |
I wish I could do it faster, but
I have some troubles with idioms. I could nuke (
You can try and teach me. I hope - january. Holidays and I need mental challenge to heal my PTSD. |
Almost done. Few weird issues I am investigating, but... |
Ready for review. Release most likely next week |
@moljac This is awesome, please let me know when this is out I plan on working on a .NET MAUI Lib for this |
Thanks for releasing @moljac! Looks like this wasn't the most trivial package to bind :) I am planning to use the
The |
I noticed that |
Sorry for late answer
True. Started more than 15 months ago. Maybe 18. As sideproject. I recall 900+ errors. OK, it was 2 TFMs so 400+. I did hit all kinds of issues, but our tooling got better. The worst was context switching when coming back after few days/weeks: where was I? Even had thoughts to restart everythng. At the end JPobst did clean restart with my metdata and we were able to finish it.
Please open the issue.
Could be. I did resort to
Most likely my shortcuts. I need to check, so please open the issue with minimal repro sample and maybe list of missing types. |
Could be. I am not SDK expert. PLease open the issue, so I can track it.
Not sure. I have no ideas about media3 APIs. Sorry. |
It's replaced with IPlayerListener |
Im hoping on the next build released that this is fixed. ATM the listener does not work. I tested against another library that I can't use to see if it was my code. |
Description
Media3 is stable now!
https://developer.android.com/jetpack/androidx/releases/media3
The text was updated successfully, but these errors were encountered: