Class: Aws::Types::AudioBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source, :error])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorBlock

Returns the value of attribute error.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def error
  @error
end

#format"mp3", ...

Returns the value of attribute format.

Returns:

  • ("mp3", "opus", "wav", "aac", "flac", "mp4", "ogg", "mkv", "mka", "x-aac", "m4a", "mpeg", "mpga", "pcm", "webm")


79
80
81
# File 'sig/types.rbs', line 79

def format
  @format
end

#sourceTypes::AudioSource

Returns the value of attribute source.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def source
  @source
end