Searched defs:VideoEditor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java32 * functionality. The VideoEditor implementation class manages all input and
41 * <li>Save the VideoEditor implementation class internal state</li>
42 * <li>Release the VideoEditor implementation class instance by invoking
45 * The internal VideoEditor state consists of the following elements:
58 public interface VideoEditor { interface
76 * This listener interface is used by the VideoEditor to emit preview
87 * @param videoEditor The VideoEditor instance
93 public void onProgress(VideoEditor videoEditor, long timeMs,
99 * @param videoEditor The VideoEditor instance
101 public void onStart(VideoEditor videoEdito
[all...]

Completed in 543 milliseconds