H265Layer Response
data class H265LayerResponse(val adaptiveBFrame: Boolean? = null, val bFrames: Int? = null, val bitrate: Int, val bufferWindow: String? = null, val frameRate: String? = null, val height: String? = null, val label: String? = null, val level: String? = null, val maxBitrate: Int? = null, val odataType: String, val profile: String? = null, val referenceFrames: Int? = null, val slices: Int? = null, val width: String? = null)
Describes the settings to be used when encoding the input video into a desired output bitrate layer with the H.265 video codec.
Constructors
Link copied to clipboard
fun H265LayerResponse(adaptiveBFrame: Boolean? = null, bFrames: Int? = null, bitrate: Int, bufferWindow: String? = null, frameRate: String? = null, height: String? = null, label: String? = null, level: String? = null, maxBitrate: Int? = null, odataType: String, profile: String? = null, referenceFrames: Int? = null, slices: Int? = null, width: String? = null)
Types
Properties
Link copied to clipboard
The frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.