SYMBOL INDEX (49 symbols across 10 files) FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/CommandResult.java class CommandResult (line 3) | class CommandResult { method CommandResult (line 7) | CommandResult(boolean success, String output) { method getDummyFailureResponse (line 12) | static CommandResult getDummyFailureResponse() { method getOutputFromProcess (line 16) | static CommandResult getOutputFromProcess(Process process) { method success (line 26) | static boolean success(Integer exitValue) { FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/CpuArch.java type CpuArch (line 3) | public enum CpuArch { FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/CpuArchHelper.java class CpuArchHelper (line 5) | @SuppressWarnings("deprecation") method getCpuArch (line 12) | public static CpuArch getCpuArch() { FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/ExecuteBinaryResponseHandler.java class ExecuteBinaryResponseHandler (line 3) | public class ExecuteBinaryResponseHandler implements FFcommandExecuteRes... method onSuccess (line 5) | @Override method onProgress (line 10) | @Override method onFailure (line 15) | @Override method onStart (line 20) | @Override method onFinish (line 25) | @Override FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/FFbinaryContextProvider.java type FFbinaryContextProvider (line 5) | public interface FFbinaryContextProvider { method provide (line 7) | Context provide(); FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/FFbinaryInterface.java type FFbinaryInterface (line 5) | interface FFbinaryInterface { method execute (line 15) | FFtask execute(Map environmentVars, String[] cmd, FFco... method execute (line 24) | FFtask execute(String[] cmd, FFcommandExecuteResponseHandler ffcommand... method isSupported (line 31) | boolean isSupported(); method isCommandRunning (line 39) | boolean isCommandRunning(FFtask task); method killRunningProcesses (line 47) | boolean killRunningProcesses(FFtask task); method setTimeout (line 54) | void setTimeout(long timeout); FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/FFbinaryObserver.java type FFbinaryObserver (line 3) | public interface FFbinaryObserver extends Runnable { method cancel (line 5) | void cancel(); FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/FFcommandExecuteAsyncTask.java class FFcommandExecuteAsyncTask (line 11) | @SuppressWarnings("deprecation") method FFcommandExecuteAsyncTask (line 25) | FFcommandExecuteAsyncTask(String[] cmd, Map environmen... method onPreExecute (line 33) | @Override method doInBackground (line 41) | @Override method onProgressUpdate (line 66) | @Override method onPostExecute (line 73) | @Override method checkAndUpdateProcess (line 85) | private void checkAndUpdateProcess() throws TimeoutException, Interrup... method isProcessCompleted (line 123) | public boolean isProcessCompleted() { method killRunningProcess (line 127) | @Override method sendQuitSignal (line 132) | @Override method sendQ (line 137) | private void sendQ() { FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/FFcommandExecuteResponseHandler.java type FFcommandExecuteResponseHandler (line 3) | public interface FFcommandExecuteResponseHandler extends ResponseHandler { method onSuccess (line 10) | void onSuccess(String message); method onProgress (line 17) | void onProgress(String message); method onFailure (line 24) | void onFailure(String message); FILE: ffmpeg/android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/FFprobe.java class FFprobe (line 9) | @SuppressWarnings("deprecation") method FFprobe (line 19) | private FFprobe(FFbinaryContextProvider context) { method getInstance (line 24) | public static FFprobe getInstance(final Context context) { method isSupported (line 31) | @Override method execute (line 48) | @Override method execute (line 62) | @Override method isCommandRunning (line 67) | public boolean isCommandRunning(FFtask task) { method killRunningProcesses (line 71) | @Override method setTimeout (line 76) | @Override