Class: Aws::Types::FlacSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depth::Integer

Returns the value of attribute bit_depth.

Returns:

  • (::Integer)


978
979
980
# File 'sig/types.rbs', line 978

def bit_depth
  @bit_depth
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


979
980
981
# File 'sig/types.rbs', line 979

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


980
981
982
# File 'sig/types.rbs', line 980

def sample_rate
  @sample_rate
end