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:



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.

Returns:

  • ("COMBINE_DUPLICATE_STREAMS", "NONE")


1913
1914
1915
# File 'sig/types.rbs', line 1913

def audio_deduplication
  @audio_deduplication
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def destination
  @destination
end

#destination_settingsTypes::DestinationSettings

Returns the value of attribute destination_settings.



1915
1916
1917
# File 'sig/types.rbs', line 1915

def destination_settings
  @destination_settings
end

#encryptionTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("EXACT", "GOP_MULTIPLE")


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.

Returns:

  • ("UTF8", "UTF16")


1919
1920
1921
# File 'sig/types.rbs', line 1919

def manifest_encoding
  @manifest_encoding
end