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 colorInfoColorInfo!

height

val heightInt

pixelFormat

val pixelFormatInt

rotationDegrees

val rotationDegreesInt

usageFlags

val usageFlagsLong

width

val widthInt