OriginEndpointStreamSelectionArgs

data class OriginEndpointStreamSelectionArgs(val maxVideoBitsPerSecond: Output<Int>? = null, val minVideoBitsPerSecond: Output<Int>? = null, val streamOrder: Output<OriginEndpointStreamSelectionStreamOrder>? = null) : ConvertibleToJava<OriginEndpointStreamSelectionArgs>

A StreamSelection configuration.

Constructors

Link copied to clipboard
constructor(maxVideoBitsPerSecond: Output<Int>? = null, minVideoBitsPerSecond: Output<Int>? = null, streamOrder: Output<OriginEndpointStreamSelectionStreamOrder>? = null)

Properties

Link copied to clipboard
val maxVideoBitsPerSecond: Output<Int>? = null

The maximum video bitrate (bps) to include in output.

Link copied to clipboard
val minVideoBitsPerSecond: Output<Int>? = null

The minimum video bitrate (bps) to include in output.

Link copied to clipboard

A directive that determines the order of streams in the output.

Functions

Link copied to clipboard
open override fun toJava(): OriginEndpointStreamSelectionArgs