FrameResolution

data class FrameResolution(val width: Int, val height: Int, val orientation: Int)

Contains the information about frame's resolution and orientation.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, orientation: Int)

Properties

Link copied to clipboard
val height: Int

the height of the frame

Link copied to clipboard

the orientation of the frame, in degrees (0, 180, etc.)

Link copied to clipboard

Frame's aspect ratio, taking orientation into the account.

Link copied to clipboard

Frame's height, taking orientation into the account.

Link copied to clipboard

Frame's width, taking orientation into the account.

Link copied to clipboard
val width: Int

the width of the frame