StreamInput

data class StreamInput(val height: Int? = null, val width: Int? = null)

Constructors

Link copied to clipboard
constructor(height: Int? = null, width: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int? = null

The video height in pixels. A value of -1 means the height is unknown. The value becomes available after the upload and before the video is ready.

Link copied to clipboard
val width: Int? = null

The video width in pixels. A value of -1 means the width is unknown. The value becomes available after the upload and before the video is ready.