Preview

class Preview

Frame source

Types

Link copied to clipboard
class Builder

Builder

Functions

Link copied to clipboard
fun copy(image: ByteSource = this.source, height: Int = this.height, width: Int = this.width, rotation: Int = this.rotation, rowStride: Int = this.rowStride): Preview

Copy

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
@get:JvmName(name = "height")
val height: Int
Link copied to clipboard
@get:JvmName(name = "rotation")
val rotation: Int
Link copied to clipboard
@get:JvmName(name = "rowStride")
val rowStride: Int
Link copied to clipboard
@get:JvmName(name = "source")
val source: ByteSource
Link copied to clipboard
@get:JvmName(name = "width")
val width: Int