mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Clean up FrameProcessor TODOs.
PiperOrigin-RevId: 465044342
(cherry picked from commit c5d1940fba)
This commit is contained in:
parent
8b9203a3ea
commit
89edfbc12b
2 changed files with 1 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
||||||
*/
|
*/
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public interface FrameProcessor {
|
public interface FrameProcessor {
|
||||||
// TODO(b/227625423): Allow effects to be replaced.
|
// TODO(b/238302213): Allow effects to be replaced.
|
||||||
|
|
||||||
/** A factory for {@link FrameProcessor} instances. */
|
/** A factory for {@link FrameProcessor} instances. */
|
||||||
interface Factory {
|
interface Factory {
|
||||||
|
|
|
||||||
|
|
@ -52,8 +52,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||||
*/
|
*/
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public final class GlEffectsFrameProcessor implements FrameProcessor {
|
public final class GlEffectsFrameProcessor implements FrameProcessor {
|
||||||
// TODO(b/227625423): Replace factory method with setters once output surface and effects can be
|
|
||||||
// replaced.
|
|
||||||
|
|
||||||
/** A factory for {@link GlEffectsFrameProcessor} instances. */
|
/** A factory for {@link GlEffectsFrameProcessor} instances. */
|
||||||
public static class Factory implements FrameProcessor.Factory {
|
public static class Factory implements FrameProcessor.Factory {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue