Back to project page videoMerge.
The source code is released under:
Apache License
If you think the Android project videoMerge listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.dragonplayer.merge.utils; //from w ww . j a va2 s .c om /** * ?????????, ??????class???????????flags * * @author Dexter * @since 2014.09.16 * */ public class Flag { // ??????????class, ??PUBLIC, ?app????PUBLIC??true // ???????????????????????????????????? public static boolean PUBLIC; }