Flow Output Media Stream Output Configuration
data class FlowOutputMediaStreamOutputConfiguration(val destinationConfigurations: List<FlowOutputDestinationConfiguration>? = null, val encodingName: FlowOutputMediaStreamOutputConfigurationEncodingName, val encodingParameters: FlowOutputEncodingParameters? = null, val mediaStreamName: String)
The media stream that is associated with the output, and the parameters for that association.
Constructors
Link copied to clipboard
constructor(destinationConfigurations: List<FlowOutputDestinationConfiguration>? = null, encodingName: FlowOutputMediaStreamOutputConfigurationEncodingName, encodingParameters: FlowOutputEncodingParameters? = null, mediaStreamName: String)
Properties
Link copied to clipboard
The media streams that you want to associate with the output.
Link copied to clipboard
The format that will be 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 streams on sources or outputs that use the CDI protocol, set the encoding name to raw. For video streams on sources or outputs that use the ST 2110 JPEG XS protocol, set the encoding name to jxsv.
Link copied to clipboard
A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
Link copied to clipboard
A name that helps you distinguish one media stream from another.