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

35 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