Class: Aws::Types::AudioDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_dash_roles::Array[("ALTERNATE" | "COMMENTARY" | "DESCRIPTION" | "DUB" | "EMERGENCY" | "ENHANCED-AUDIO-INTELLIGIBILITY" | "KARAOKE" | "MAIN" | "SUPPLEMENTARY")]

Returns the value of attribute audio_dash_roles.

Returns:

  • (::Array[("ALTERNATE" | "COMMENTARY" | "DESCRIPTION" | "DUB" | "EMERGENCY" | "ENHANCED-AUDIO-INTELLIGIBILITY" | "KARAOKE" | "MAIN" | "SUPPLEMENTARY")])


124
125
126
# File 'sig/types.rbs', line 124

def audio_dash_roles
  @audio_dash_roles
end

#audio_normalization_settingsTypes::AudioNormalizationSettings

Returns the value of attribute audio_normalization_settings.



113
114
115
# File 'sig/types.rbs', line 113

def audio_normalization_settings
  @audio_normalization_settings
end

#audio_selector_name::String

Returns the value of attribute audio_selector_name.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def audio_selector_name
  @audio_selector_name
end

#audio_type"CLEAN_EFFECTS", ...

Returns the value of attribute audio_type.

Returns:

  • ("CLEAN_EFFECTS", "HEARING_IMPAIRED", "UNDEFINED", "VISUAL_IMPAIRED_COMMENTARY")


115
116
117
# File 'sig/types.rbs', line 115

def audio_type
  @audio_type
end

#audio_type_control"FOLLOW_INPUT", "USE_CONFIGURED"

Returns the value of attribute audio_type_control.

Returns:

  • ("FOLLOW_INPUT", "USE_CONFIGURED")


116
117
118
# File 'sig/types.rbs', line 116

def audio_type_control
  @audio_type_control
end

#audio_watermarking_settingsTypes::AudioWatermarkSettings

Returns the value of attribute audio_watermarking_settings.



117
118
119
# File 'sig/types.rbs', line 117

def audio_watermarking_settings
  @audio_watermarking_settings
end

#codec_settingsTypes::AudioCodecSettings

Returns the value of attribute codec_settings.



118
119
120
# File 'sig/types.rbs', line 118

def codec_settings
  @codec_settings
end

#dvb_dash_accessibility"DVBDASH_1_VISUALLY_IMPAIRED", ...

Returns the value of attribute dvb_dash_accessibility.

Returns:

  • ("DVBDASH_1_VISUALLY_IMPAIRED", "DVBDASH_2_HARD_OF_HEARING", "DVBDASH_3_SUPPLEMENTAL_COMMENTARY", "DVBDASH_4_DIRECTORS_COMMENTARY", "DVBDASH_5_EDUCATIONAL_NOTES", "DVBDASH_6_MAIN_PROGRAM", "DVBDASH_7_CLEAN_FEED")


125
126
127
# File 'sig/types.rbs', line 125

def dvb_dash_accessibility
  @dvb_dash_accessibility
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def language_code
  @language_code
end

#language_code_control"FOLLOW_INPUT", "USE_CONFIGURED"

Returns the value of attribute language_code_control.

Returns:

  • ("FOLLOW_INPUT", "USE_CONFIGURED")


120
121
122
# File 'sig/types.rbs', line 120

def language_code_control
  @language_code_control
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def name
  @name
end

#remix_settingsTypes::RemixSettings

Returns the value of attribute remix_settings.



122
123
124
# File 'sig/types.rbs', line 122

def remix_settings
  @remix_settings
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def stream_name
  @stream_name
end