Android Video Editor API

故事扮演 提交于 2019-12-08 07:24:43

问题


I have a problem using Andoid's Video Editor project. I have cloned it from Codeaurora.org "platform/packages/apps/VideoEditor.git", but it requires another "VideoEditor API" subproject. Where can I find it? Does it use libvideoeditor library "platform/frameworks/media/libvideoeditor.git"? Thank you.


回答1:


I was curious as well so I decided to take a look.

It looks like the code necessary to compile the project is in the Android framework tree. It can be found on GitHub here. I then made an Android library project with the source code in this directory. There was an error with a heap dump function that I just commented out and it compiles and runs fine on my Acer Iconia A100 with ICS which actually already has the Movie Studio app on it.



来源:https://stackoverflow.com/questions/10547543/android-video-editor-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!