ISurfaceTextureHelper.smali
.class public interface abstract Lio/agora/base/internal/video/ISurfaceTextureHelper;
.super Ljava/lang/Object;
.source "ISurfaceTextureHelper.java"
# virtual methods
.method public abstract dispose()V
.end method
.method public abstract getHandler()Landroid/os/Handler;
.end method
.method public abstract getSurfaceTexture()Landroid/graphics/SurfaceTexture;
.end method
.method public abstract isOesTextureInUse()Z
.end method
.method public abstract setFrameRotation(I)V
.end method
.method public abstract setTextureSize(II)V
.end method
.method public abstract startListening(Lio/agora/base/internal/video/VideoSink;)V
.end method
.method public abstract stopListening()V
.end method