Class: Aws::MediaLive::Types::Fmp4HlsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Fmp4HlsSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Fmp4 Hls Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_rendition_sets ⇒ String
List all the audio groups that are used with the video output stream.
-
#nielsen_id_3_behavior ⇒ 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_behavior ⇒ String
Set to PASSTHROUGH to enable ID3 metadata insertion.
Instance Attribute Details
#audio_rendition_sets ⇒ String
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 ','.
4957 4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4957 class Fmp4HlsSettings < Struct.new( :audio_rendition_sets, :nielsen_id_3_behavior, :timed_metadata_behavior) SENSITIVE = [] include Aws::Structure end |
#nielsen_id_3_behavior ⇒ 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.
4957 4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4957 class Fmp4HlsSettings < Struct.new( :audio_rendition_sets, :nielsen_id_3_behavior, :timed_metadata_behavior) SENSITIVE = [] include Aws::Structure end |
#timed_metadata_behavior ⇒ String
Set to PASSTHROUGH to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group or individual outputs, or you add an ID3 action to the channel schedule.
4957 4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4957 class Fmp4HlsSettings < Struct.new( :audio_rendition_sets, :nielsen_id_3_behavior, :timed_metadata_behavior) SENSITIVE = [] include Aws::Structure end |