discord-jadx/app/src/main/java/h0/c/p0.java

16 lines
340 B
Java

package h0.c;
import org.webrtc.CalledByNative;
import org.webrtc.VideoDecoder;
/* compiled from: VideoDecoder */
public final /* synthetic */ class p0 {
@CalledByNative
public static long a(VideoDecoder videoDecoder) {
return 0;
}
public static boolean b(VideoDecoder videoDecoder) {
return true;
}
}