FlowFmtpArgs

data class FlowFmtpArgs(val channelOrder: Output<String>? = null, val colorimetry: Output<FlowFmtpColorimetry>? = null, val exactFramerate: Output<String>? = null, val par: Output<String>? = null, val range: Output<FlowFmtpRange>? = null, val scanMode: Output<FlowFmtpScanMode>? = null, val tcs: Output<FlowFmtpTcs>? = null) : ConvertibleToJava<FlowFmtpArgs>

A set of parameters that define the media stream.

Constructors

Link copied to clipboard
constructor(channelOrder: Output<String>? = null, colorimetry: Output<FlowFmtpColorimetry>? = null, exactFramerate: Output<String>? = null, par: Output<String>? = null, range: Output<FlowFmtpRange>? = null, scanMode: Output<FlowFmtpScanMode>? = null, tcs: Output<FlowFmtpTcs>? = null)

Properties

Link copied to clipboard
val channelOrder: Output<String>? = null

The format of the audio channel.

Link copied to clipboard
val colorimetry: Output<FlowFmtpColorimetry>? = null

The format used for the representation of color.

Link copied to clipboard
val exactFramerate: Output<String>? = null

The frame rate for the video stream, in frames/second. For example: 60000/1001.

Link copied to clipboard
val par: Output<String>? = null

The pixel aspect ratio (PAR) of the video.

Link copied to clipboard
val range: Output<FlowFmtpRange>? = null

The encoding range of the video.

Link copied to clipboard
val scanMode: Output<FlowFmtpScanMode>? = null

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

Link copied to clipboard
val tcs: Output<FlowFmtpTcs>? = null

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

Functions

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