Class: Aws::Types::OpusSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:

  • (::Integer)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def bitrate
  @bitrate
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def sample_rate
  @sample_rate
end