ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

AsyncTask doInBackground not calling

Open inxandroid opened this issue 7 years ago • 0 comments

//PACKAGE package com.github.hiteshsondhi88.libffmpeg; //FILE NAME public class FFmpeg implements FFmpegInterface //CODE IN WHIC ISSUE FACING

ffmpegExecuteAsyncTask = new FFmpegExecuteAsyncTask(command , timeout, ffmpegExecuteResponseHandler);
            ffmpegExecuteAsyncTask.execute();

//--------------------------------------------------------------------------------------------------------- Why you have not used ask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR) instead of ask.execute() ?

inxandroid avatar Dec 06 '18 12:12 inxandroid