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")


1836
1837
1838
# File 'sig/types.rbs', line 1836

def audio_description_mix
  @audio_description_mix
end

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:

  • (::Integer)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def bitrate
  @bitrate
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def channels
  @channels
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def sample_rate
  @sample_rate
end