Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.
example
Use a bare-bones client and the command you need to make an API call.
Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, AddFlowMediaStreamsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, AddFlowMediaStreamsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new AddFlowMediaStreamsCommand(input); const response = await client.send(command);
AddFlowMediaStreamsCommandInput for command's
input
shape.AddFlowMediaStreamsCommandOutput for command's
response
shape.config for MediaConnectClient's
config
shape.