Remove obsolete TODO
The idea was to not even write any samples to SampleQueues as they are not needed during the metadata extraction process. However, this is not easily possible as long as we use our existing Extractors and MediaSource/Periods for loading given how deeply ingrained the extraction of samples is in these classes. For most common formats like MP4, no samples will be extracted anyway as they can finish the prepare step without reading any samples. PiperOrigin-RevId: 650529371
This commit is contained in:
parent
74c06dc2f4
commit
2bb719fd54
@ -43,7 +43,6 @@ import com.google.common.util.concurrent.ListenableFuture;
|
||||
import com.google.common.util.concurrent.SettableFuture;
|
||||
import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
|
||||
// TODO(internal b/161127201): discard samples written to the sample queue.
|
||||
/** Retrieves the static metadata of {@link MediaItem MediaItems}. */
|
||||
@UnstableApi
|
||||
public final class MetadataRetriever {
|
||||
|
Loading…
x
Reference in New Issue
Block a user