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)


2664
2665
2666
# File 'sig/types.rbs', line 2664

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


2665
2666
2667
# File 'sig/types.rbs', line 2665

def sample_rate
  @sample_rate
end

#vbr_quality::Integer

Returns the value of attribute vbr_quality.

Returns:

  • (::Integer)


2666
2667
2668
# File 'sig/types.rbs', line 2666

def vbr_quality
  @vbr_quality
end