Class: Aws::Types::MediaPackageV2GroupSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_destinations::Array[Types::MediaPackageAdditionalDestinations]

Returns the value of attribute additional_destinations.



5778
5779
5780
# File 'sig/types.rbs', line 5778

def additional_destinations
  @additional_destinations
end

#caption_language_mappings::Array[Types::CaptionLanguageMapping]

Returns the value of attribute caption_language_mappings.

Returns:



5768
5769
5770
# File 'sig/types.rbs', line 5768

def caption_language_mappings
  @caption_language_mappings
end

#id_3_behavior"DISABLED", "ENABLED"

Returns the value of attribute id_3_behavior.

Returns:

  • ("DISABLED", "ENABLED")


5769
5770
5771
# File 'sig/types.rbs', line 5769

def id_3_behavior
  @id_3_behavior
end

#klv_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute klv_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


5770
5771
5772
# File 'sig/types.rbs', line 5770

def klv_behavior
  @klv_behavior
end

#nielsen_id_3_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute nielsen_id_3_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


5771
5772
5773
# File 'sig/types.rbs', line 5771

def nielsen_id_3_behavior
  @nielsen_id_3_behavior
end

#scte_35_type"NONE", ...

Returns the value of attribute scte_35_type.

Returns:

  • ("NONE", "SCTE_35_WITHOUT_SEGMENTATION", "SCTE_35_WITHOUT_IDR")


5772
5773
5774
# File 'sig/types.rbs', line 5772

def scte_35_type
  @scte_35_type
end

#segment_length::Integer

Returns the value of attribute segment_length.

Returns:

  • (::Integer)


5773
5774
5775
# File 'sig/types.rbs', line 5773

def segment_length
  @segment_length
end

#segment_length_units"MILLISECONDS", "SECONDS"

Returns the value of attribute segment_length_units.

Returns:

  • ("MILLISECONDS", "SECONDS")


5774
5775
5776
# File 'sig/types.rbs', line 5774

def segment_length_units
  @segment_length_units
end

#timed_metadata_id_3_frame"NONE", ...

Returns the value of attribute timed_metadata_id_3_frame.

Returns:

  • ("NONE", "PRIV", "TDRL")


5775
5776
5777
# File 'sig/types.rbs', line 5775

def 
  
end

#timed_metadata_id_3_period::Integer

Returns the value of attribute timed_metadata_id_3_period.

Returns:

  • (::Integer)


5776
5777
5778
# File 'sig/types.rbs', line 5776

def 
  
end

#timed_metadata_passthrough"DISABLED", "ENABLED"

Returns the value of attribute timed_metadata_passthrough.

Returns:

  • ("DISABLED", "ENABLED")


5777
5778
5779
# File 'sig/types.rbs', line 5777

def 
  
end

#watermarking_settingsTypes::MediaPackageV2WatermarkingSettings

Returns the value of attribute watermarking_settings.



5779
5780
5781
# File 'sig/types.rbs', line 5779

def watermarking_settings
  @watermarking_settings
end