updateFlowSource
Updates the source of a flow.
Because UpdateFlowSources and UpdateFlow are separate operations, you can't change both the source type AND the flow size in a single request.
If you have a
MEDIUMflow and you want to change the flow source to NDI®:First, use the
UpdateFlowoperation to upgrade the flow size toLARGE.After that, you can then use the
UpdateFlowSourceoperation to configure the NDI source.If you're switching from an NDI source to a transport stream (TS) source and want to downgrade the flow size:
First, use the
UpdateFlowSourceoperation to change the flow source type.After that, you can then use the
UpdateFlowoperation to downgrade the flow size toMEDIUM.