Effects: Update javadoc to link to method.
PiperOrigin-RevId: 510077348
This commit is contained in:
parent
774b44c6e2
commit
5fee7df622
@ -171,9 +171,10 @@ public interface VideoFrameProcessor {
|
||||
void setInputFrameInfo(FrameInfo inputFrameInfo);
|
||||
|
||||
/**
|
||||
* Informs the {@code VideoFrameProcessor} that a frame will be queued to its input surface.
|
||||
* Informs the {@code VideoFrameProcessor} that a frame will be queued to its {@linkplain
|
||||
* #getInputSurface() input surface}.
|
||||
*
|
||||
* <p>Must be called before rendering a frame to the {@code VideoFrameProcessor}'s input surface.
|
||||
* <p>Must be called before rendering a frame to the input surface.
|
||||
*
|
||||
* <p>This method should only be used for when the {@code VideoFrameProcessor}'s {@code
|
||||
* isInputTextureExternal} parameter is set to {@code true}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user