mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00
Fix frame processor reference
PiperOrigin-RevId: 465562260 (cherry picked from commit aafa31e996f30daebec12f5e9e61aab1dbd0ba81)
This commit is contained in:
parent
db2545b8a1
commit
a0efd08b39
@ -23,6 +23,7 @@ import android.os.SystemClock;
|
||||
import androidx.annotation.IntDef;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.media3.common.FrameProcessingException;
|
||||
import androidx.media3.common.FrameProcessor;
|
||||
import com.google.android.exoplayer2.Format;
|
||||
import com.google.android.exoplayer2.PlaybackException;
|
||||
import com.google.android.exoplayer2.audio.AudioProcessor;
|
||||
@ -273,7 +274,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