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

34 lines
805 B
Smali

.class public interface abstract Lorg/webrtc/VideoFrame$TextureBuffer;
.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 = "TextureBuffer"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lorg/webrtc/VideoFrame$TextureBuffer$Type;
}
.end annotation
# virtual methods
.method public abstract getTextureId()I
.end method
.method public abstract getTransformMatrix()Landroid/graphics/Matrix;
.end method
.method public abstract getType()Lorg/webrtc/VideoFrame$TextureBuffer$Type;
.end method