OpenGLException

Open GL Exception is an unchecked exception that will be thrown when the player encounters Open GL errors that prevent 360 degree video playback.

Constructors

Link copied to clipboard
constructor(message: String)
Constructs a new Open GL Exception with the given message.
constructor(message: String, errorCode: Int)
Constructs a new Open GL Exception with the given message and error code.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
The Open GL error code returned by eglGetError method.
Link copied to clipboard
The description about the open GL error returned by getEGLErrorString method.
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String