Rabbit-R1/android (non root)/smali/smali_classes3/org/webrtc/SurfaceTextureHelper$FrameRefMonitor.smali
2024-05-21 17:08:36 -04:00

28 lines
783 B
Smali

.class public interface abstract Lorg/webrtc/SurfaceTextureHelper$FrameRefMonitor;
.super Ljava/lang/Object;
.source "SurfaceTextureHelper.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/webrtc/SurfaceTextureHelper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "FrameRefMonitor"
.end annotation
# virtual methods
.method public abstract onDestroyBuffer(Lorg/webrtc/VideoFrame$TextureBuffer;)V
.end method
.method public abstract onNewBuffer(Lorg/webrtc/VideoFrame$TextureBuffer;)V
.end method
.method public abstract onReleaseBuffer(Lorg/webrtc/VideoFrame$TextureBuffer;)V
.end method
.method public abstract onRetainBuffer(Lorg/webrtc/VideoFrame$TextureBuffer;)V
.end method