Class: Aws::Types::AudioConfiguration

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:



46
47
48
# File 'sig/types.rbs', line 46

def channels
  @channels
end

#codec::String

Returns the value of attribute codec.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def codec
  @codec
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def sample_rate
  @sample_rate
end

#target_bitrate::Integer

Returns the value of attribute target_bitrate.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def target_bitrate
  @target_bitrate
end

#track::String

Returns the value of attribute track.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def track
  @track
end