class Aws::MediaLive::Types::Fmp4HlsSettings

Fmp4 Hls Settings

@note When making an API call, you may pass Fmp4HlsSettings

data as a hash:

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

@!attribute [rw] audio_rendition_sets

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 ','.
@return [String]

@!attribute [rw] nielsen_id_3_behavior

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.
@return [String]

@!attribute [rw] timed_metadata_behavior

When set to passthrough, timed metadata is passed through from input
to output.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Fmp4HlsSettings AWS API Documentation

Constants

SENSITIVE