Class: Aws::Types::MsSmoothGroupSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_manifests::Array[Types::MsSmoothAdditionalManifest]

Returns the value of attribute additional_manifests.

Returns:



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.

Returns:



1934
1935
1936
# File 'sig/types.rbs', line 1934

def audio_deduplication
  @audio_deduplication
end

#destination::String

Returns the value of attribute destination.

Returns:



1935
1936
1937
# File 'sig/types.rbs', line 1935

def destination
  @destination
end

#destination_settingsTypes::DestinationSettings

Returns the value of attribute destination_settings.

Returns:



1936
1937
1938
# File 'sig/types.rbs', line 1936

def destination_settings
  @destination_settings
end

#encryptionTypes::MsSmoothEncryptionSettings

Returns the value of attribute encryption.

Returns:



1937
1938
1939
# File 'sig/types.rbs', line 1937

def encryption
  @encryption
end

#fragment_length::Integer

Returns the value of attribute fragment_length.

Returns:



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.

Returns:



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.

Returns:



1940
1941
1942
# File 'sig/types.rbs', line 1940

def manifest_encoding
  @manifest_encoding
end