Flow Media Stream Source Configuration Args
data class FlowMediaStreamSourceConfigurationArgs(val encodingName: Output<FlowMediaStreamSourceConfigurationEncodingName>, val inputConfigurations: Output<List<FlowInputConfigurationArgs>>? = null, val mediaStreamName: Output<String>) : ConvertibleToJava<FlowMediaStreamSourceConfigurationArgs>
The media stream that is associated with the source, and the parameters for that association.
Constructors
Link copied to clipboard
constructor(encodingName: Output<FlowMediaStreamSourceConfigurationEncodingName>, inputConfigurations: Output<List<FlowInputConfigurationArgs>>? = null, mediaStreamName: Output<String>)
Properties
Link copied to clipboard
The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
Link copied to clipboard
The media streams that you want to associate with the source.
Link copied to clipboard
A name that helps you distinguish one media stream from another.