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

45 lines
875 B
Smali

.class public interface abstract Lorg/webrtc/VideoFrame$Buffer;
.super Ljava/lang/Object;
.source "VideoFrame.java"
# interfaces
.implements Lorg/webrtc/RefCounted;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/VideoFrame;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Buffer"
.end annotation
# virtual methods
.method public abstract cropAndScale(IIIIII)Lorg/webrtc/VideoFrame$Buffer;
.end method
.method public getBufferType()I
.locals 0
const/4 p0, 0x0
return p0
.end method
.method public abstract getHeight()I
.end method
.method public abstract getWidth()I
.end method
.method public abstract release()V
.end method
.method public abstract retain()V
.end method
.method public abstract toI420()Lorg/webrtc/VideoFrame$I420Buffer;
.end method