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