You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::MultiplexProgramChannelDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MultiplexProgramChannelDestinationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  multiplex_id: "__stringMin1",
  program_name: "__stringMin1",
}

Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#multiplex_idString

The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.

Returns:

  • (String)

    The ID of the Multiplex that the encoder is providing output to.

#program_nameString

The program name of the Multiplex program that the encoder is providing output to.

Returns:

  • (String)

    The program name of the Multiplex program that the encoder is providing output to.