Class: Aws::Types::Xavc4kProfileSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitrate_class"BITRATE_CLASS_100", ...

Returns the value of attribute bitrate_class.

Returns:

  • ("BITRATE_CLASS_100", "BITRATE_CLASS_140", "BITRATE_CLASS_200")


2706
2707
2708
# File 'sig/types.rbs', line 2706

def bitrate_class
  @bitrate_class
end

#codec_profile"HIGH", "HIGH_422"

Returns the value of attribute codec_profile.

Returns:

  • ("HIGH", "HIGH_422")


2707
2708
2709
# File 'sig/types.rbs', line 2707

def codec_profile
  @codec_profile
end

#flicker_adaptive_quantization"DISABLED", "ENABLED"

Returns the value of attribute flicker_adaptive_quantization.

Returns:

  • ("DISABLED", "ENABLED")


2708
2709
2710
# File 'sig/types.rbs', line 2708

def flicker_adaptive_quantization
  @flicker_adaptive_quantization
end

#gop_b_reference"DISABLED", "ENABLED"

Returns the value of attribute gop_b_reference.

Returns:

  • ("DISABLED", "ENABLED")


2709
2710
2711
# File 'sig/types.rbs', line 2709

def gop_b_reference
  @gop_b_reference
end

#gop_closed_cadence::Integer

Returns the value of attribute gop_closed_cadence.

Returns:

  • (::Integer)


2710
2711
2712
# File 'sig/types.rbs', line 2710

def gop_closed_cadence
  @gop_closed_cadence
end

#hrd_buffer_size::Integer

Returns the value of attribute hrd_buffer_size.

Returns:

  • (::Integer)


2711
2712
2713
# File 'sig/types.rbs', line 2711

def hrd_buffer_size
  @hrd_buffer_size
end

#quality_tuning_level"SINGLE_PASS", ...

Returns the value of attribute quality_tuning_level.

Returns:

  • ("SINGLE_PASS", "SINGLE_PASS_HQ", "MULTI_PASS_HQ")


2712
2713
2714
# File 'sig/types.rbs', line 2712

def quality_tuning_level
  @quality_tuning_level
end

#slices::Integer

Returns the value of attribute slices.

Returns:

  • (::Integer)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def slices
  @slices
end