Class: Aws::MediaLive::Types::CmafIngestGroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CmafIngestGroupSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Cmaf Ingest Group Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::OutputLocationRef
A HTTP destination for the tracks.
-
#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.
-
#scte_35_type ⇒ String
Type of scte35 track to add.
-
#segment_length ⇒ Integer
The nominal duration of segments.
-
#segment_length_units ⇒ String
Time unit for segment length parameter.
-
#send_delay_ms ⇒ Integer
Number of milliseconds to delay the output from the second pipeline.
Instance Attribute Details
#destination ⇒ Types::OutputLocationRef
A HTTP destination for the tracks
13772 13773 13774 13775 13776 13777 13778 13779 13780 13781 |
# File 'lib/aws-sdk-medialive/types.rb', line 13772 class CmafIngestGroupSettings < Struct.new( :destination, :nielsen_id_3_behavior, :scte_35_type, :segment_length, :segment_length_units, :send_delay_ms) 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.
13772 13773 13774 13775 13776 13777 13778 13779 13780 13781 |
# File 'lib/aws-sdk-medialive/types.rb', line 13772 class CmafIngestGroupSettings < Struct.new( :destination, :nielsen_id_3_behavior, :scte_35_type, :segment_length, :segment_length_units, :send_delay_ms) SENSITIVE = [] include Aws::Structure end |
#scte_35_type ⇒ String
Type of scte35 track to add. none or scte35WithoutSegmentation
13772 13773 13774 13775 13776 13777 13778 13779 13780 13781 |
# File 'lib/aws-sdk-medialive/types.rb', line 13772 class CmafIngestGroupSettings < Struct.new( :destination, :nielsen_id_3_behavior, :scte_35_type, :segment_length, :segment_length_units, :send_delay_ms) SENSITIVE = [] include Aws::Structure end |
#segment_length ⇒ Integer
The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
13772 13773 13774 13775 13776 13777 13778 13779 13780 13781 |
# File 'lib/aws-sdk-medialive/types.rb', line 13772 class CmafIngestGroupSettings < Struct.new( :destination, :nielsen_id_3_behavior, :scte_35_type, :segment_length, :segment_length_units, :send_delay_ms) SENSITIVE = [] include Aws::Structure end |
#segment_length_units ⇒ String
Time unit for segment length parameter.
13772 13773 13774 13775 13776 13777 13778 13779 13780 13781 |
# File 'lib/aws-sdk-medialive/types.rb', line 13772 class CmafIngestGroupSettings < Struct.new( :destination, :nielsen_id_3_behavior, :scte_35_type, :segment_length, :segment_length_units, :send_delay_ms) SENSITIVE = [] include Aws::Structure end |
#send_delay_ms ⇒ Integer
Number of milliseconds to delay the output from the second pipeline.
13772 13773 13774 13775 13776 13777 13778 13779 13780 13781 |
# File 'lib/aws-sdk-medialive/types.rb', line 13772 class CmafIngestGroupSettings < Struct.new( :destination, :nielsen_id_3_behavior, :scte_35_type, :segment_length, :segment_length_units, :send_delay_ms) SENSITIVE = [] include Aws::Structure end |