HardwareBufferFrameQueue.FrameFormat


class HardwareBufferFrameQueue.FrameFormat


Defines the configuration parameters required for a HardwareBuffer.

Summary

Nested types

A builder for FrameFormat instances.

Public functions

HardwareBufferFrameQueue.FrameFormat.Builder!

Returns a Builder initialized with the values of this instance.

Boolean
equals(o: Any?)
Int
String!

Public functions

buildUpon

fun buildUpon(): HardwareBufferFrameQueue.FrameFormat.Builder!

Returns a Builder initialized with the values of this instance.

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String!

Public properties

colorInfo

val colorInfo: ColorInfo!

height

val height: Int

pixelFormat

val pixelFormat: Int

rotationDegrees

val rotationDegrees: Int

usageFlags

val usageFlags: Long

width

val width: Int