IdentitySurfaceOutput

class IdentitySurfaceOutput(val descriptor: SurfaceDescriptor, val isStreaming: () -> Boolean, val viewportRect: Rect = Rect( 0, 0, descriptor.resolution.width, descriptor.resolution.height )) : ISurfaceOutput

Constructors

Link copied to clipboard
constructor(descriptor: SurfaceDescriptor, isStreaming: () -> Boolean, viewportRect: Rect = Rect( 0, 0, descriptor.resolution.width, descriptor.resolution.height ))

Properties

Link copied to clipboard
open override val descriptor: SurfaceDescriptor
Link copied to clipboard
open override val isStreaming: () -> Boolean
Link copied to clipboard
open override val viewportRect: Rect

Functions

Link copied to clipboard
open override fun updateTransformMatrix(output: FloatArray, input: FloatArray)