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)


999
1000
1001
# File 'sig/types.rbs', line 999

def bit_depth
  @bit_depth
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def sample_rate
  @sample_rate
end