libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 50 forks source link

Minimum SDK supported? #49

Closed mattkwilson closed 7 years ago

mattkwilson commented 7 years ago

I couldn't find anywhere what the minimum device API this library supports? I am only asking since I'm having some issues with playback on lower API emulators, but it seems work on actual devices.

RBogie commented 7 years ago

Gdx-video needs API version 12 or higher. However, on higher versions the emulator support is iffy to say the least. This is because the android version uses SurfaceTextures in order to not have to copy each frame into a new texture, saving a lot of bandwidth on the GPU. The emulator doesn't seem to correctly support this on all versions.