You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
401 B
18 lines
401 B
2 years ago
|
.class public interface abstract Lcom/viatech/VrPlayer/IVideoPlayer;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "IVideoPlayer.java"
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public abstract onDestroy()V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onPause(Landroid/app/Activity;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract onResume(Landroid/app/Activity;)V
|
||
|
.end method
|
||
|
|
||
|
.method public abstract startVideo(Landroid/net/Uri;)V
|
||
|
.end method
|