Package-level declarations

Types

Link copied to clipboard
open class GlRenderTarget
Link copied to clipboard
open class GlUtil
Utility methods to work with Open GL library.
Link copied to clipboard
Open GL Exception is an unchecked exception that will be thrown when the player encounters Open GL errors that prevent 360 degree video playback.
Link copied to clipboard
open class RenderThread
RenderThread waits for the SphericalVideoPlayer's SurfaceTexture to be available then sets up a GL rendering context, creates an external texture for the video decoder to output to, asks for vsync updates from the Choreographer, attaches a frame available listener the video decode SurfaceTexture, then begins video playback.
Link copied to clipboard
open class RotationMonitor
Rotation monitor can be use watch for device rotation changes.
Link copied to clipboard
open class ShaderProgram
Link copied to clipboard
open class Sphere
Link copied to clipboard
Creates and renders a sphere centered at (0, 0, 0) textured with the current video frame.