FlowFmtp

data class FlowFmtp(val channelOrder: String? = null, val colorimetry: FlowFmtpColorimetry? = null, val exactFramerate: String? = null, val par: String? = null, val range: FlowFmtpRange? = null, val scanMode: FlowFmtpScanMode? = null, val tcs: FlowFmtpTcs? = null)

A set of parameters that define the media stream.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelOrder: String? = null

The format of the audio channel.

Link copied to clipboard

The format used for the representation of color.

Link copied to clipboard
val exactFramerate: String? = null

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

Link copied to clipboard
val par: String? = null

The pixel aspect ratio (PAR) of the video.

Link copied to clipboard
val range: FlowFmtpRange? = null

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: FlowFmtpTcs? = null

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