FlowMediaStreamArgs

data class FlowMediaStreamArgs(val attributes: Output<FlowMediaStreamAttributesArgs>? = null, val clockRate: Output<Int>? = null, val description: Output<String>? = null, val fmt: Output<Int>? = null, val mediaStreamId: Output<Int>, val mediaStreamName: Output<String>, val mediaStreamType: Output<FlowMediaStreamMediaStreamType>, val videoFormat: Output<FlowMediaStreamVideoFormat>? = null) : ConvertibleToJava<FlowMediaStreamArgs>

A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.

Constructors

Link copied to clipboard
constructor(attributes: Output<FlowMediaStreamAttributesArgs>? = null, clockRate: Output<Int>? = null, description: Output<String>? = null, fmt: Output<Int>? = null, mediaStreamId: Output<Int>, mediaStreamName: Output<String>, mediaStreamType: Output<FlowMediaStreamMediaStreamType>, videoFormat: Output<FlowMediaStreamVideoFormat>? = null)

Properties

Link copied to clipboard

Attributes that are related to the media stream.

Link copied to clipboard
val clockRate: Output<Int>? = null

The sample rate for the stream. This value in measured in kHz.

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

A description that can help you quickly identify what your media stream is used for.

Link copied to clipboard
val fmt: Output<Int>? = null

The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.

Link copied to clipboard
val mediaStreamId: Output<Int>

A unique identifier for the media stream.

Link copied to clipboard
val mediaStreamName: Output<String>

A name that helps you distinguish one media stream from another.

Link copied to clipboard

The type of media stream.

Link copied to clipboard

The resolution of the video.

Functions

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