Class: Aws::Types::MsSmoothGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::MsSmoothGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_manifests ⇒ ::Array[Types::MsSmoothAdditionalManifest]
Returns the value of attribute additional_manifests.
-
#audio_deduplication ⇒ "COMBINE_DUPLICATE_STREAMS", "NONE"
Returns the value of attribute audio_deduplication.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
-
#encryption ⇒ Types::MsSmoothEncryptionSettings
Returns the value of attribute encryption.
-
#fragment_length ⇒ ::Integer
Returns the value of attribute fragment_length.
-
#fragment_length_control ⇒ "EXACT", "GOP_MULTIPLE"
Returns the value of attribute fragment_length_control.
-
#manifest_encoding ⇒ "UTF8", "UTF16"
Returns the value of attribute manifest_encoding.
Instance Attribute Details
#additional_manifests ⇒ ::Array[Types::MsSmoothAdditionalManifest]
Returns the value of attribute additional_manifests.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def additional_manifests @additional_manifests end |
#audio_deduplication ⇒ "COMBINE_DUPLICATE_STREAMS", "NONE"
Returns the value of attribute audio_deduplication.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def audio_deduplication @audio_deduplication end |
#destination ⇒ ::String
Returns the value of attribute destination.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def destination @destination end |
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def destination_settings @destination_settings end |
#encryption ⇒ Types::MsSmoothEncryptionSettings
Returns the value of attribute encryption.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def encryption @encryption end |
#fragment_length ⇒ ::Integer
Returns the value of attribute fragment_length.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def fragment_length @fragment_length end |
#fragment_length_control ⇒ "EXACT", "GOP_MULTIPLE"
Returns the value of attribute fragment_length_control.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def fragment_length_control @fragment_length_control end |
#manifest_encoding ⇒ "UTF8", "UTF16"
Returns the value of attribute manifest_encoding.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def manifest_encoding @manifest_encoding end |