-
Notifications
You must be signed in to change notification settings - Fork 50
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
[AndroidX.Media3.Transformer] EditedMediaItem.Builder missing #940
Comments
@tipa Thanks a lot for feedback
I will take a look next week. Still on vacation.
Everything is on the table. In the meantime I prepared updates for |
Thanks @moljac for getting this done quickly. I was searching for the tools to add an overlay watermark+timer to video on the weekend and was pleased to come across this conversation already in progress. Good work! I'm looking to use the Comparing the
If there's anything else I can provide to help, happy to oblige. Thanks. |
@jpobst the lines I posted in my first post now build with v1.1.1. |
It looks like |
Keep it open until everything is fixed. Maybe add comment or two what is fixed. Just so we have track of it. |
It is in the update queue, but I need to test fixes for MavenNet 1st. |
I tested the recently released
Then I tried again to implement the previously mentioned example in my code:
However, I could build it: I think the OnCompleted and OnError interface methods need to be public |
I am still unable to use this package with
|
Same problem with Will there be any efforts in resolving the issues I have reported over the last couple of weeks? I am still unable to use it at all. |
Thanks for reporting
Yes. For sure, but I need to see the priorities first. Probably bindings errors/problems 1st.
This is not bindings issue but nuget transitive dependencies. We are working on solutions for that. Thanks |
After fixing: public sealed partial class Presentation : global::Java.Lang.Object, global::AndroidX.Media3.Effect.IMatrixTransformation
public partial interface IMatrixTransformation : global::AndroidX.Media3.Effect.IGlMatrixTransformation
public partial interface IGlMatrixTransformation : global::AndroidX.Media3.Effect.IGlEffect
public partial interface IGlEffect : global::AndroidX.Media3.Common.IEffect
|
Android application type
Android for .NET (net8.0-android)
Description
I am trying to follow Googles "Getting Started" for the
Media3 Transformer
package to do a media file transformation, documented here.Steps to Reproduce
In C#, this would be something like the following:
The
EditedMediaItem
class doesn't seem to be present (not bound?), the same seems to be the case for many other classes in the same package/namespace.Maybe the class hasn't been bound (using
remove-node
) or has only been added in a recent version of Media3, which hasn't been bound yet.The text was updated successfully, but these errors were encountered: