The problem is this: how to decode avframe in skia image?
Here is my code. Take an example from here.
I dont know how to write it in kotlin.
k
Kirill Grouchnikov
02/28/2022, 3:07 PM
What are you having trouble with? Skiko exposes a subset of Skia APIs via Kotlin bindings. Is there a particular API that is missing? Do you have trouble with a particular line that you want to convert? Otherwise that's a rather big chunk of code.