IngressVideoLayerRequest

data class IngressVideoLayerRequest(@Json(name = "bitrate") val bitrate: Int, @Json(name = "codec") val codec: IngressVideoLayerRequest.Codec, @Json(name = "frame_rate_limit") val frameRateLimit: Int, @Json(name = "max_dimension") val maxDimension: Int, @Json(name = "min_dimension") val minDimension: Int)

Constructors

Link copied to clipboard
constructor(@Json(name = "bitrate") bitrate: Int, @Json(name = "codec") codec: IngressVideoLayerRequest.Codec, @Json(name = "frame_rate_limit") frameRateLimit: Int, @Json(name = "max_dimension") maxDimension: Int, @Json(name = "min_dimension") minDimension: Int)

Types

Link copied to clipboard
sealed class Codec

Codec Enum

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard