apkfuckery/com.discord/smali_classes2/org/webrtc/VideoDecoderFactory.smali

21 lines
640 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 runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract createDecoder(Lorg/webrtc/VideoCodecInfo;)Lorg/webrtc/VideoDecoder;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract getSupportedCodecs()[Lorg/webrtc/VideoCodecInfo;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method