VideoFrame$I420Buffer.smali
.class public interface abstract Lorg/webrtc/ali/VideoFrame$I420Buffer;
.super Ljava/lang/Object;
.source "VideoFrame.java"
# interfaces
.implements Lorg/webrtc/ali/VideoFrame$Buffer;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/ali/VideoFrame;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "I420Buffer"
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.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