mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
35 lines
925 B
Smali
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
|