Remove unused method from TrackMetadataProvider interface
PiperOrigin-RevId: 590242668
This commit is contained in:
parent
f465efeefd
commit
ee1147ffe1
@ -37,8 +37,6 @@ import org.checkerframework.checker.nullness.qual.PolyNull;
|
||||
public interface TrackMetadataProvider {
|
||||
Format format();
|
||||
|
||||
int sortKey();
|
||||
|
||||
int videoUnitTimebase();
|
||||
|
||||
ImmutableList<BufferInfo> writtenSamples();
|
||||
|
@ -397,11 +397,6 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
: 90_000;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int sortKey() {
|
||||
return sortKey;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ImmutableList<BufferInfo> writtenSamples() {
|
||||
return ImmutableList.copyOf(writtenSamples);
|
||||
|
Loading…
x
Reference in New Issue
Block a user