Class: Aws::Types::Mp2Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_description_mix"BROADCASTER_MIXED_AD", "NONE"

Returns the value of attribute audio_description_mix.

Returns:

  • ("BROADCASTER_MIXED_AD", "NONE")


1815
1816
1817
# File 'sig/types.rbs', line 1815

def audio_description_mix
  @audio_description_mix
end

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:

  • (::Integer)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def bitrate
  @bitrate
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def sample_rate
  @sample_rate
end