Fix frame processor reference
PiperOrigin-RevId: 465562260
This commit is contained in:
parent
51a1a879fa
commit
16a325217a
@ -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}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user