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

10 lines
312 B
Smali

.class public interface abstract Lorg/webrtc/VideoDecoderFactory;
.super Ljava/lang/Object;
.source "VideoDecoderFactory.java"
# virtual methods
.method public abstract createDecoder(Ljava/lang/String;)Lorg/webrtc/VideoDecoder;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method