2022-06-10 21:38:30 +09:00

15 lines
478 B
Smali

.class public interface abstract Lcom/google/android/exoplayer2/util/MediaClock;
.super Ljava/lang/Object;
.source "MediaClock.java"
# virtual methods
.method public abstract getPlaybackParameters()Lcom/google/android/exoplayer2/PlaybackParameters;
.end method
.method public abstract getPositionUs()J
.end method
.method public abstract setPlaybackParameters(Lcom/google/android/exoplayer2/PlaybackParameters;)Lcom/google/android/exoplayer2/PlaybackParameters;
.end method