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

Class: Aws::MediaLive::Types::Fmp4HlsSettings

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

Overview

Note:

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

{
  audio_rendition_sets: "__string",
  nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
  timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
}

Fmp4 Hls Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#audio_rendition_setsString

List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by \',\'.

Returns:

  • (String)

    List all the audio groups that are used with the video output stream.

#nielsen_id_3_behaviorString

If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

Possible values:

  • NO_PASSTHROUGH
  • PASSTHROUGH

Returns:

  • (String)

    If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

#timed_metadata_behaviorString

When set to passthrough, timed metadata is passed through from input to output.

Possible values:

  • NO_PASSTHROUGH
  • PASSTHROUGH

Returns:

  • (String)

    When set to passthrough, timed metadata is passed through from input to output.