public final class

VideoSink.VideoSinkException

extends java.lang.Exception

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳androidx.media3.exoplayer.video.VideoSink.VideoSinkException

Overview

Thrown by VideoSink implementations.

Summary

Fields
public final Formatformat

The Format of the frames set to the VideoSink when this exception occurred.

Constructors
publicVideoSinkException(java.lang.Throwable cause, Format format)

Creates a new instance.

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final Format format

The Format of the frames set to the VideoSink when this exception occurred.

Constructors

public VideoSinkException(java.lang.Throwable cause, Format format)

Creates a new instance.