mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove unused method from TrackMetadataProvider interface
PiperOrigin-RevId: 590242668
This commit is contained in:
parent
f465efeefd
commit
ee1147ffe1
2 changed files with 0 additions and 7 deletions
|
|
@ -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…
Reference in a new issue