Flow Media Stream Args
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
A description that can help you quickly identify what your media stream is used for.
Link copied to clipboard
A unique identifier for the media stream.
Link copied to clipboard
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.