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.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def additional_manifests @additional_manifests end |
#audio_deduplication ⇒ "COMBINE_DUPLICATE_STREAMS", "NONE"
Returns the value of attribute audio_deduplication.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def audio_deduplication @audio_deduplication end |
#destination ⇒ ::String
Returns the value of attribute destination.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def destination @destination end |
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def destination_settings @destination_settings end |
#encryption ⇒ Types::MsSmoothEncryptionSettings
Returns the value of attribute encryption.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def encryption @encryption end |
#fragment_length ⇒ ::Integer
Returns the value of attribute fragment_length.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def fragment_length @fragment_length end |
#fragment_length_control ⇒ "EXACT", "GOP_MULTIPLE"
Returns the value of attribute fragment_length_control.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def fragment_length_control @fragment_length_control end |
#manifest_encoding ⇒ "UTF8", "UTF16"
Returns the value of attribute manifest_encoding.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def manifest_encoding @manifest_encoding end |