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