moljac

Results 451 comments of moljac

@tipa Thanks a lot for feedback > The `EditedMediaItem` class doesn't seem to be present (not bound?), the same seems to be the case for many other classes in the...

> @jpobst the lines I posted in my first post now build with v1.1.1. However, the very next lines of [the example](https://developer.android.com/media/media3/transformer/getting-started#start) are still not working because the [setVideoMimeType](https://developer.android.com/reference/androidx/media3/transformer/Transformer.Builder#setVideoMimeType(java.lang.String)) method...

> It looks like `setVideoMimeType` was added in version `1.2.0`, hence it will not be in these bindings. It is in the update queue, but I need to test fixes...

Thanks for reporting > Will there be any efforts in resolving the issues I have reported over the last couple of weeks? Yes. For sure, but I need to see...

After fixing: ```csharp 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 ```

> [@moljac](https://github.com/moljac) is there any chance this will get fixed at some point in this year? :) Thanks in advance! 2025? I think it might be squeezed into my schedule....

Seems like `kotlin-stdlib-common` was relocated, so it must be frozen. https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common

@pro777s Thanks for the feedback. This smells like linker issue, but there are few issues with libraries packages used * `Xamarin.Coil.*` is outdated (2022-03-16) https://www.nuget.org/packages/Xamarin.Io.CoilKt.Coil/1.4.0 * `Xamarin.Google.Android.Material` is very old...

@pekspro Thanks for the feedback. Seems like this artifact is not in the official repo: https://maven.google.com/web/index.html I found it here: https://mvnrepository.com/artifact/com.google.android.gms/play-services-games/23.1.0 I cannot guarantee that bindings will be done in...