Class: Aws::Types::AudioMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#codec::String

Returns the value of attribute codec.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def codec
  @codec
end

#duration_millis::Integer

Returns the value of attribute duration_millis.

Returns:

  • (::Integer)


48
49
50
# File 'sig/types.rbs', line 48

def duration_millis
  @duration_millis
end

#number_of_channels::Integer

Returns the value of attribute number_of_channels.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def number_of_channels
  @number_of_channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


49
50
51
# File 'sig/types.rbs', line 49

def sample_rate
  @sample_rate
end