Class: Aws::Types::AacSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitrate::Float

Returns the value of attribute bitrate.

Returns:

  • (::Float)


12
13
14
# File 'sig/types.rbs', line 12

def bitrate
  @bitrate
end

#coding_mode"AD_RECEIVER_MIX", ...

Returns the value of attribute coding_mode.

Returns:

  • ("AD_RECEIVER_MIX", "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_5_1")


13
14
15
# File 'sig/types.rbs', line 13

def coding_mode
  @coding_mode
end

#input_type"BROADCASTER_MIXED_AD", "NORMAL"

Returns the value of attribute input_type.

Returns:

  • ("BROADCASTER_MIXED_AD", "NORMAL")


14
15
16
# File 'sig/types.rbs', line 14

def input_type
  @input_type
end

#profile"HEV1", ...

Returns the value of attribute profile.

Returns:

  • ("HEV1", "HEV2", "LC")


15
16
17
# File 'sig/types.rbs', line 15

def profile
  @profile
end

#rate_control_mode"CBR", "VBR"

Returns the value of attribute rate_control_mode.

Returns:

  • ("CBR", "VBR")


16
17
18
# File 'sig/types.rbs', line 16

def rate_control_mode
  @rate_control_mode
end

#raw_format"LATM_LOAS", "NONE"

Returns the value of attribute raw_format.

Returns:

  • ("LATM_LOAS", "NONE")


17
18
19
# File 'sig/types.rbs', line 17

def raw_format
  @raw_format
end

#sample_rate::Float

Returns the value of attribute sample_rate.

Returns:

  • (::Float)


18
19
20
# File 'sig/types.rbs', line 18

def sample_rate
  @sample_rate
end

#spec"MPEG2", "MPEG4"

Returns the value of attribute spec.

Returns:

  • ("MPEG2", "MPEG4")


19
20
21
# File 'sig/types.rbs', line 19

def spec
  @spec
end

#vbr_quality"HIGH", ...

Returns the value of attribute vbr_quality.

Returns:

  • ("HIGH", "LOW", "MEDIUM_HIGH", "MEDIUM_LOW")


20
21
22
# File 'sig/types.rbs', line 20

def vbr_quality
  @vbr_quality
end