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

46 lines
1.3 KiB
Smali

.class public interface abstract Lorg/webrtc/VideoDecoder;
.super Ljava/lang/Object;
.source "VideoDecoder.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lorg/webrtc/VideoDecoder$Callback;,
Lorg/webrtc/VideoDecoder$DecodeInfo;,
Lorg/webrtc/VideoDecoder$Settings;
}
.end annotation
# virtual methods
.method public abstract createNativeVideoDecoder()J
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract decode(Lorg/webrtc/EncodedImage;Lorg/webrtc/VideoDecoder$DecodeInfo;)Lorg/webrtc/VideoCodecStatus;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract getImplementationName()Ljava/lang/String;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract getPrefersLateDecoding()Z
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract initDecode(Lorg/webrtc/VideoDecoder$Settings;Lorg/webrtc/VideoDecoder$Callback;)Lorg/webrtc/VideoCodecStatus;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract release()Lorg/webrtc/VideoCodecStatus;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method