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

16 lines
477 B
Smali

.class public interface abstract Lorg/webrtc/VideoEncoderFactory;
.super Ljava/lang/Object;
.source "VideoEncoderFactory.java"
# virtual methods
.method public abstract createEncoder(Lorg/webrtc/VideoCodecInfo;)Lorg/webrtc/VideoEncoder;
.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