Class: Aws::Types::CmafIngestGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::CmafIngestGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_destinations ⇒ ::Array[Types::AdditionalDestinations]
Returns the value of attribute additional_destinations.
-
#caption_language_mappings ⇒ ::Array[Types::CmafIngestCaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#id_3_behavior ⇒ "DISABLED", "ENABLED"
Returns the value of attribute id_3_behavior.
-
#id_3_name_modifier ⇒ ::String
Returns the value of attribute id_3_name_modifier.
-
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
-
#klv_name_modifier ⇒ ::String
Returns the value of attribute klv_name_modifier.
-
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
-
#nielsen_id_3_name_modifier ⇒ ::String
Returns the value of attribute nielsen_id_3_name_modifier.
-
#scte_35_name_modifier ⇒ ::String
Returns the value of attribute scte_35_name_modifier.
-
#scte_35_type ⇒ "NONE", ...
Returns the value of attribute scte_35_type.
-
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
-
#segment_length_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute segment_length_units.
-
#send_delay_ms ⇒ ::Integer
Returns the value of attribute send_delay_ms.
-
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
-
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
-
#timed_metadata_passthrough ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timed_metadata_passthrough.
-
#watermarking_settings ⇒ Types::CmafIngestWatermarkingSettings
Returns the value of attribute watermarking_settings.
Instance Attribute Details
#additional_destinations ⇒ ::Array[Types::AdditionalDestinations]
Returns the value of attribute additional_destinations.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def additional_destinations @additional_destinations end |
#caption_language_mappings ⇒ ::Array[Types::CmafIngestCaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
3688 3689 3690 |
# File 'sig/types.rbs', line 3688 def caption_language_mappings @caption_language_mappings end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def destination @destination end |
#id_3_behavior ⇒ "DISABLED", "ENABLED"
Returns the value of attribute id_3_behavior.
3686 3687 3688 |
# File 'sig/types.rbs', line 3686 def id_3_behavior @id_3_behavior end |
#id_3_name_modifier ⇒ ::String
Returns the value of attribute id_3_name_modifier.
3687 3688 3689 |
# File 'sig/types.rbs', line 3687 def id_3_name_modifier @id_3_name_modifier end |
#klv_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute klv_behavior.
3682 3683 3684 |
# File 'sig/types.rbs', line 3682 def klv_behavior @klv_behavior end |
#klv_name_modifier ⇒ ::String
Returns the value of attribute klv_name_modifier.
3683 3684 3685 |
# File 'sig/types.rbs', line 3683 def klv_name_modifier @klv_name_modifier end |
#nielsen_id_3_behavior ⇒ "NO_PASSTHROUGH", "PASSTHROUGH"
Returns the value of attribute nielsen_id_3_behavior.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def nielsen_id_3_behavior @nielsen_id_3_behavior end |
#nielsen_id_3_name_modifier ⇒ ::String
Returns the value of attribute nielsen_id_3_name_modifier.
3684 3685 3686 |
# File 'sig/types.rbs', line 3684 def nielsen_id_3_name_modifier @nielsen_id_3_name_modifier end |
#scte_35_name_modifier ⇒ ::String
Returns the value of attribute scte_35_name_modifier.
3685 3686 3687 |
# File 'sig/types.rbs', line 3685 def scte_35_name_modifier @scte_35_name_modifier end |
#scte_35_type ⇒ "NONE", ...
Returns the value of attribute scte_35_type.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def scte_35_type @scte_35_type end |
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def segment_length @segment_length end |
#segment_length_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute segment_length_units.
3680 3681 3682 |
# File 'sig/types.rbs', line 3680 def segment_length_units @segment_length_units end |
#send_delay_ms ⇒ ::Integer
Returns the value of attribute send_delay_ms.
3681 3682 3683 |
# File 'sig/types.rbs', line 3681 def send_delay_ms @send_delay_ms end |
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
3689 3690 3691 |
# File 'sig/types.rbs', line 3689 def end |
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def end |
#timed_metadata_passthrough ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timed_metadata_passthrough.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def end |
#watermarking_settings ⇒ Types::CmafIngestWatermarkingSettings
Returns the value of attribute watermarking_settings.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def watermarking_settings @watermarking_settings end |