Fix frame processor reference

PiperOrigin-RevId: 465562260
This commit is contained in:
andrewlewis 2022-08-05 14:49:23 +00:00 committed by tonihei
parent 51a1a879fa
commit 16a325217a

View File

@ -24,6 +24,7 @@ import androidx.annotation.IntDef;
import androidx.annotation.Nullable;
import androidx.media3.common.Format;
import androidx.media3.common.FrameProcessingException;
import androidx.media3.common.FrameProcessor;
import androidx.media3.common.PlaybackException;
import androidx.media3.common.util.Clock;
import androidx.media3.common.util.UnstableApi;
@ -275,7 +276,7 @@ public final class TransformationException extends Exception {
}
/**
* Creates an instance for a {@link GlEffectsFrameProcessor} related exception.
* Creates an instance for a {@link FrameProcessor} related exception.
*
* @param cause The cause of the failure.
* @param errorCode See {@link #errorCode}.