mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00
Effect: Clarify FrameProcessingException javadocs.
This is confusing, since the effect is used not only when applying an effect, but also when preparing an effect (ex. in a texture processor's constructor), so we should also mention that case. PiperOrigin-RevId: 504843598
This commit is contained in:
parent
5b713704da
commit
c53290373d
@ -17,7 +17,10 @@ package com.google.android.exoplayer2.util;
|
|||||||
|
|
||||||
import com.google.android.exoplayer2.C;
|
import com.google.android.exoplayer2.C;
|
||||||
|
|
||||||
/** Thrown when an exception occurs while applying effects to video frames. */
|
/**
|
||||||
|
* Thrown when an exception occurs while preparing an {@link Effect}, or applying an {@link Effect}
|
||||||
|
* to video frames.
|
||||||
|
*/
|
||||||
public final class FrameProcessingException extends Exception {
|
public final class FrameProcessingException extends Exception {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user