pz-bottle
pz-bottle
下面的是我的压缩代码 new Mp4Composer(videoPath, destPath) // .rotation(Rotation.ROTATION_90) // .size((width) 540, (height) 960) // .fillMode(FillMode.PRESERVE_ASPECT_FIT) // .filter(new GlFilterGroup(new GlMonochromeFilter(), new GlVignetteFilter())) // .trim((trimStartMs) 200, (trimEndMs) 5000) .listener(new Mp4Composer.Listener() { @Override public void...
Carsh
#4 android.app.RemoteServiceException Context.startForegroundService() did not then call Service.startForeground() android.app.ActivityThread$H.handleMessage(ActivityThread.java:1979)
#409107 com.gyf.cactus.exception.CactusException 保证渠道相同(The id of the NotificationChannel is different from the channel of the Notification.) com.gyf.cactus.ext.NotificationExtKt.getNotification(NotificationExt.kt:124)
服务问题
android.app.RemoteServiceException Context.startForegroundService() did not then call Service.startForeground() 大佬这个carsh问题太多了,可否针对性做一下优化?
无声音乐播放问题
Cactus.getInstance() .setBackgroundMusicEnabled(true) .register(this); 请问大佬,我按照上面这种写法,点击home键到后台后会播放无声音乐吗?
大佬你好,请问已经绘制好的选项可以在布局中删除吗?我已经显示了标签,现在有个功能是清楚这些标签请问可以实现吗?