apkfuckery/com.discord/smali_classes2/org/webrtc/VideoFrame$I420Buffer.smali

56 lines
1.4 KiB
Smali

.class public interface abstract Lorg/webrtc/VideoFrame$I420Buffer;
.super Ljava/lang/Object;
.source "VideoFrame.java"
# interfaces
.implements Lorg/webrtc/VideoFrame$Buffer;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/VideoFrame;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "I420Buffer"
.end annotation
# virtual methods
.method public abstract getDataU()Ljava/nio/ByteBuffer;
.annotation build Lorg/webrtc/CalledByNative;
value = "I420Buffer"
.end annotation
.end method
.method public abstract getDataV()Ljava/nio/ByteBuffer;
.annotation build Lorg/webrtc/CalledByNative;
value = "I420Buffer"
.end annotation
.end method
.method public abstract getDataY()Ljava/nio/ByteBuffer;
.annotation build Lorg/webrtc/CalledByNative;
value = "I420Buffer"
.end annotation
.end method
.method public abstract getStrideU()I
.annotation build Lorg/webrtc/CalledByNative;
value = "I420Buffer"
.end annotation
.end method
.method public abstract getStrideV()I
.annotation build Lorg/webrtc/CalledByNative;
value = "I420Buffer"
.end annotation
.end method
.method public abstract getStrideY()I
.annotation build Lorg/webrtc/CalledByNative;
value = "I420Buffer"
.end annotation
.end method