From ece49e3515e17fa1b1eca809890150edd5989a5e Mon Sep 17 00:00:00 2001 From: huangdarwin Date: Thu, 16 Feb 2023 09:51:45 +0000 Subject: [PATCH] Effects: Update javadoc to link to method. PiperOrigin-RevId: 510077348 --- .../java/androidx/media3/common/VideoFrameProcessor.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java b/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java index 0d141d4188..5bbe72e2ff 100644 --- a/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java +++ b/libraries/common/src/main/java/androidx/media3/common/VideoFrameProcessor.java @@ -172,9 +172,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}. * - *

Must be called before rendering a frame to the {@code VideoFrameProcessor}'s input surface. + *

Must be called before rendering a frame to the input surface. * *

This method should only be used for when the {@code VideoFrameProcessor}'s {@code * isInputTextureExternal} parameter is set to {@code true}.