ritesh94

Results 2 comments of ritesh94

@CrazyOrr Using the above version with other Gradle dependencies give me an Unsatisfied link error Caused by: java.lang.UnsatisfiedLinkError: org.bytedeco.javacpp.avutil

Guys, I did it in the below way and its working: ``` if (videoHolder.helper != null) { if (videoHolder.helper.getVolume() == 0) { videoHolder.helper.setVolume(1); } else { videoHolder.helper.setVolume(0); } } ```