Effects: Update javadoc to link to method.

PiperOrigin-RevId: 510077348
This commit is contained in:
huangdarwin 2023-02-16 09:51:45 +00:00 committed by christosts
parent c2fdab847f
commit ece49e3515

View File

@ -172,9 +172,10 @@ public interface VideoFrameProcessor {
void setInputFrameInfo(FrameInfo inputFrameInfo); 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 * <p>This method should only be used for when the {@code VideoFrameProcessor}'s {@code
* isInputTextureExternal} parameter is set to {@code true}. * isInputTextureExternal} parameter is set to {@code true}.