mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Update javadoc param name to match argument name
PiperOrigin-RevId: 597554111
This commit is contained in:
parent
e93188fe7f
commit
b4dfbed73d
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
|
|||
* {@link GlShaderProgram} is created for the {@code newInputType}.
|
||||
*
|
||||
* @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(
|
||||
@VideoFrameProcessor.InputType int newInputType, FrameInfo newInputFrameInfo)
|
||||
|
|
|
|||
Loading…
Reference in a new issue