FmtpRequest

The settings that you want to use to define the media stream.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the audio channel.

Link copied to clipboard

The format that is used for the representation of color.

Link copied to clipboard

The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.

Link copied to clipboard
val par: String?

The pixel aspect ratio (PAR) of the video.

Link copied to clipboard
val range: Range?

The encoding range of the video.

Link copied to clipboard

The type of compression that was used to smooth the video’s appearance.

Link copied to clipboard
val tcs: Tcs?

The transfer characteristic system (TCS) that is used in the video.

Functions

Link copied to clipboard
inline fun copy(block: FmtpRequest.Builder.() -> Unit = {}): FmtpRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String