Vadym Bieloborodov
Vadym Bieloborodov
> For Desktop, there is OpenGlVideoView and NativeVideoView, what's the difference between both? NativeVideoView is not used. You will have to read the libmpv documentation to understand the difference between...
Notes about iOS. There is no easy way to get compiled libmpv library for iOS. Unfortunately, I don't have a macOS computer to try it out. You will most likely...
Notes about embedding the player. It seems to be better to use native embedding under Windows to achieve better video playback results. In my example, the implementation of naive embedding...
> I started implementing the full API of commands and properties but that's a lot of work. Properties work for basic data types, but strangely, GetAsync doesn't work on string...