ritesh94
ritesh94
Hi @bendikv I tried sampleApp provided in the repository (RangeViewBuilder tab) When I enter the following configuration and slide till max value; I am unable to get the `maxValue as...
setting the pixel format: ``` FFmpegFrameFilter frameFilter = new FFmpegFrameFilter(TextUtils.join(",", filters), previewWidth, previewHeight); frameFilter.setPixelFormat(AV_PIX_FMT_NV21); mFrameRecorder.record(filteredFrame); ``` build.gradle ``` ext { versions = [ 'ffmpeg': '3.4.1-1.4' ] } compile(group: 'org.bytedeco', name:...
> Program type already present: com.coremedia.iso.AbstractBoxParser$1 > Message{kind=ERROR, text=Program type already present: com.coremedia.iso.AbstractBoxParser$1, sources=[Unknown source file], tool name=Optional.of(D8)} **Gradle dependencies:** ``` dependencies { final SUPPORT_LIBRARY_VERSION = '27.1.1' final FIREBASE_VERSION =...
@florent37 How do I add border width and border color
How do I compile this library in my android project i.e how do I add it as a dependency
@ViHtarb When keyboard is open, the tooltip displays over the keyboard!!
While the video is playing , swith to other app and again come to video app. The video view is black onResume
Can we achieve images and videos in single recyclerview using this library ?
Could not resolve com.fenchtose:tooltip:0.1.6.