VideoSink.VideoSinkException


public final class VideoSink.VideoSinkException extends Exception


Thrown by VideoSink implementations.

Summary

Public fields

final Format

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

Public constructors

Creates a new instance.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public fields

format

public final Format format

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

Public constructors

VideoSinkException

public VideoSinkException(Throwable cause, Format format)

Creates a new instance.