Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/VideoDecoder.smali
2024-05-21 17:08:36 -04:00

35 lines
925 B
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 createNativeVideoDecoder()J
.locals 2
const-wide/16 v0, 0x0
return-wide v0
.end method
.method public abstract decode(Lorg/webrtc/EncodedImage;Lorg/webrtc/VideoDecoder$DecodeInfo;)Lorg/webrtc/VideoCodecStatus;
.end method
.method public abstract getImplementationName()Ljava/lang/String;
.end method
.method public abstract initDecode(Lorg/webrtc/VideoDecoder$Settings;Lorg/webrtc/VideoDecoder$Callback;)Lorg/webrtc/VideoCodecStatus;
.end method
.method public abstract release()Lorg/webrtc/VideoCodecStatus;
.end method