apkfuckery/com.discord/smali_classes2/org/webrtc/VP8Encoder.smali
2019-02-04 21:29:01 +01:00

43 lines
717 B
Smali

.class Lorg/webrtc/VP8Encoder;
.super Lorg/webrtc/WrappedNativeVideoEncoder;
.source "VP8Encoder.java"
# annotations
.annotation runtime Lorg/webrtc/JNINamespace;
value = "webrtc::jni"
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
invoke-direct {p0}, Lorg/webrtc/WrappedNativeVideoEncoder;-><init>()V
return-void
.end method
.method static native nativeCreateEncoder()J
.end method
# virtual methods
.method createNativeEncoder()J
.locals 2
invoke-static {}, Lorg/webrtc/VP8Encoder;->nativeCreateEncoder()J
move-result-wide v0
return-wide v0
.end method
.method isSoftwareEncoder()Z
.locals 1
const/4 v0, 0x1
return v0
.end method