mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove stale TODO
PiperOrigin-RevId: 545711472
This commit is contained in:
parent
63331dbd1b
commit
2b8c01de47
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ import java.util.concurrent.Executor;
|
||||||
*/
|
*/
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
public interface VideoFrameProcessor {
|
public interface VideoFrameProcessor {
|
||||||
// TODO(b/243036513): Allow effects to be replaced.
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies how the input frames are made available to the {@link VideoFrameProcessor}. One of
|
* Specifies how the input frames are made available to the {@link VideoFrameProcessor}. One of
|
||||||
* {@link #INPUT_TYPE_SURFACE}, {@link #INPUT_TYPE_BITMAP} or {@link #INPUT_TYPE_TEXTURE_ID}.
|
* {@link #INPUT_TYPE_SURFACE}, {@link #INPUT_TYPE_BITMAP} or {@link #INPUT_TYPE_TEXTURE_ID}.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue