Commit b251b8db by huangdarwin Committed by christosts

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
parent 1a416b17
......@@ -17,7 +17,10 @@ package androidx.media3.common;
import androidx.media3.common.util.UnstableApi;
/** 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.
*/
@UnstableApi
public final class FrameProcessingException extends Exception {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment