Class: Aws::Types::VorbisSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


2628
2629
2630
# File 'sig/types.rbs', line 2628

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


2629
2630
2631
# File 'sig/types.rbs', line 2629

def sample_rate
  @sample_rate
end

#vbr_quality::Integer

Returns the value of attribute vbr_quality.

Returns:

  • (::Integer)


2630
2631
2632
# File 'sig/types.rbs', line 2630

def vbr_quality
  @vbr_quality
end