Class: Aws::Types::MediaPackageV2DestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::MediaPackageV2DestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
-
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
-
#hls_auto_select ⇒ "NO", ...
Returns the value of attribute hls_auto_select.
-
#hls_default ⇒ "NO", ...
Returns the value of attribute hls_default.
-
#output_usage ⇒ ::Array[("MULTIVIEW_EQUAL_SIZE_VIEW" | "MULTIVIEW_PRIMARY_VIEW" | "MULTIVIEW_SECONDARY_VIEW")]
Returns the value of attribute output_usage.
Instance Attribute Details
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
5759 5760 5761 |
# File 'sig/types.rbs', line 5759 def audio_group_id @audio_group_id end |
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
5760 5761 5762 |
# File 'sig/types.rbs', line 5760 def audio_rendition_sets @audio_rendition_sets end |
#hls_auto_select ⇒ "NO", ...
Returns the value of attribute hls_auto_select.
5761 5762 5763 |
# File 'sig/types.rbs', line 5761 def hls_auto_select @hls_auto_select end |
#hls_default ⇒ "NO", ...
Returns the value of attribute hls_default.
5762 5763 5764 |
# File 'sig/types.rbs', line 5762 def hls_default @hls_default end |
#output_usage ⇒ ::Array[("MULTIVIEW_EQUAL_SIZE_VIEW" | "MULTIVIEW_PRIMARY_VIEW" | "MULTIVIEW_SECONDARY_VIEW")]
Returns the value of attribute output_usage.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def output_usage @output_usage end |