GetStreamsResultInput

data class GetStreamsResultInput(val height: Int, val width: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int

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

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.