mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 09:32:27 -06:00
8 lines
268 B
Java
8 lines
268 B
Java
package androidx.media3.extractor.text;
|
|
|
|
import androidx.media3.decoder.Decoder;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface SubtitleDecoder extends Decoder<SubtitleInputBuffer, SubtitleOutputBuffer, SubtitleDecoderException> {
|
|
void setPositionUs(long j);
|
|
}
|