Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/VideoFrame$I420Buffer.smali

46 lines
888 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.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 getBufferType()I
.locals 0
const/4 p0, 0x1
return p0
.end method
.method public abstract getDataU()Ljava/nio/ByteBuffer;
.end method
.method public abstract getDataV()Ljava/nio/ByteBuffer;
.end method
.method public abstract getDataY()Ljava/nio/ByteBuffer;
.end method
.method public abstract getStrideU()I
.end method
.method public abstract getStrideV()I
.end method
.method public abstract getStrideY()I
.end method