IVideoPlayer.smali
.class public interface abstract Lim/tpelyyftgw/ui/hui/friendscircle_v1/player/player/IVideoPlayer;
.super Ljava/lang/Object;
.source "IVideoPlayer.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lim/tpelyyftgw/ui/hui/friendscircle_v1/player/player/IVideoPlayer$PlayCallback;
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract getCurrentPosition()I
.end method
.method public abstract getDuration()I
.end method
.method public abstract getPlayerState()I
.end method
.method public abstract getVolume()I
.end method
.method public abstract isPlaying()Z
.end method
.method public abstract pause()V
.end method
.method public abstract play()V
.end method
.method public abstract release()V
.end method
.method public abstract reset()V
.end method
.method public abstract resume()V
.end method
.method public abstract seekTo(I)V
.end method
.method public abstract setPlayCallback(Lim/tpelyyftgw/ui/hui/friendscircle_v1/player/player/IVideoPlayer$PlayCallback;)V
.end method
.method public abstract setPlayerState(I)V
.end method
.method public abstract setTextureView(Landroid/view/TextureView;)V
.end method
.method public abstract setVolume(I)V
.end method
.method public abstract start(Ljava/lang/String;)V
.end method
.method public abstract stop()V
.end method