Update javadoc param name to match argument name
PiperOrigin-RevId: 597554111
This commit is contained in:
parent
e93188fe7f
commit
b4dfbed73d
@ -151,7 +151,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
|
|||||||
* {@link GlShaderProgram} is created for the {@code newInputType}.
|
* {@link GlShaderProgram} is created for the {@code newInputType}.
|
||||||
*
|
*
|
||||||
* @param newInputType The new {@link VideoFrameProcessor.InputType} to switch to.
|
* @param newInputType The new {@link VideoFrameProcessor.InputType} to switch to.
|
||||||
* @param inputFrameInfo The {@link FrameInfo} associated with the new input.
|
* @param newInputFrameInfo The {@link FrameInfo} associated with the new input.
|
||||||
*/
|
*/
|
||||||
public void switchToInput(
|
public void switchToInput(
|
||||||
@VideoFrameProcessor.InputType int newInputType, FrameInfo newInputFrameInfo)
|
@VideoFrameProcessor.InputType int newInputType, FrameInfo newInputFrameInfo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user