stone4774

Results 2 issues of stone4774

class MainApplication : Application() { override fun attachBaseContext(base: Context) { super.attachBaseContext(base) Log.d(TAG, "attachBaseContext") // 定义前台通知的默认样式 val foregroundNotification = ForegroundNotification( "标题", "描述", R.drawable.ic_small_notification ) { context, intent -> // 定义前台服务的通知点击事件 }...

RxFFmpegInvoke构造是私有的,ffmpegListener也只能设置一个,要并行跑多任务的话,要么改代码自己编,要么实现多进程调度,好麻烦