Flow Fmtp Args
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
The format of the audio channel.
Link copied to clipboard
The format used for the representation of color.
Link copied to clipboard
The frame rate for the video stream, in frames/second. For example: 60000/1001.
Link copied to clipboard
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
The transfer characteristic system (TCS) that is used in the video.