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

Class: Aws::MediaConnect::Types::Transport

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

Overview

Attributes related to the transport stream that are used in a source or output.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_allow_listArray<String>

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Returns:

  • (Array<String>)

    The range of IP addresses that should be allowed to initiate output requests to this flow.

#max_bitrateInteger

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

Returns:

  • (Integer)

    The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

#max_latencyInteger

The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.

Returns:

  • (Integer)

    The maximum latency in milliseconds.

#protocolString

The protocol that is used by the source or output.

Possible values:

  • zixi-push
  • rtp-fec
  • rtp
  • zixi-pull
  • rist

Returns:

  • (String)

    The protocol that is used by the source or output.

#remote_idString

The remote ID for the Zixi-pull stream.

Returns:

  • (String)

    The remote ID for the Zixi-pull stream.

#smoothing_latencyInteger

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

Returns:

  • (Integer)

    The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

#stream_idString

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

Returns:

  • (String)

    The stream ID that you want to use for this transport.