Class: Aws::Types::WavSettings

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)


2675
2676
2677
# File 'sig/types.rbs', line 2675

def bit_depth
  @bit_depth
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def channels
  @channels
end

#format"RIFF", ...

Returns the value of attribute format.

Returns:

  • ("RIFF", "RF64", "EXTENSIBLE")


2677
2678
2679
# File 'sig/types.rbs', line 2677

def format
  @format
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


2678
2679
2680
# File 'sig/types.rbs', line 2678

def sample_rate
  @sample_rate
end