mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix review comments
This commit is contained in:
parent
21e627da1c
commit
7f62f74737
@ -20,8 +20,8 @@ import java.io.IOException;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An overridable {@link Extractor} implementation forwarding all methods to an underlying
|
* An overridable {@link Extractor} implementation which forwards all methods to another {@link
|
||||||
* Extractor.
|
* Extractor}.
|
||||||
*/
|
*/
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public class ForwardingExtractor implements Extractor {
|
public class ForwardingExtractor implements Extractor {
|
||||||
|
@ -19,7 +19,8 @@ import androidx.media3.common.C;
|
|||||||
import androidx.media3.common.util.UnstableApi;
|
import androidx.media3.common.util.UnstableApi;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An overridable {@link ExtractorOutput} implementation forwarding all methods to another input.
|
* An overridable {@link ExtractorOutput} implementation which forwards all methods to another
|
||||||
|
* {@link ExtractorOutput}.
|
||||||
*/
|
*/
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public class ForwardingExtractorOutput implements ExtractorOutput {
|
public class ForwardingExtractorOutput implements ExtractorOutput {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user