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


2742
2743
2744
# File 'sig/types.rbs', line 2742

def bitrate_class
  @bitrate_class
end

#codec_profile"HIGH", "HIGH_422"

Returns the value of attribute codec_profile.

Returns:

  • ("HIGH", "HIGH_422")


2743
2744
2745
# File 'sig/types.rbs', line 2743

def codec_profile
  @codec_profile
end

#flicker_adaptive_quantization"DISABLED", "ENABLED"

Returns the value of attribute flicker_adaptive_quantization.

Returns:

  • ("DISABLED", "ENABLED")


2744
2745
2746
# File 'sig/types.rbs', line 2744

def flicker_adaptive_quantization
  @flicker_adaptive_quantization
end

#gop_b_reference"DISABLED", "ENABLED"

Returns the value of attribute gop_b_reference.

Returns:

  • ("DISABLED", "ENABLED")


2745
2746
2747
# File 'sig/types.rbs', line 2745

def gop_b_reference
  @gop_b_reference
end

#gop_closed_cadence::Integer

Returns the value of attribute gop_closed_cadence.

Returns:

  • (::Integer)


2746
2747
2748
# File 'sig/types.rbs', line 2746

def gop_closed_cadence
  @gop_closed_cadence
end

#hrd_buffer_size::Integer

Returns the value of attribute hrd_buffer_size.

Returns:

  • (::Integer)


2747
2748
2749
# File 'sig/types.rbs', line 2747

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


2748
2749
2750
# File 'sig/types.rbs', line 2748

def quality_tuning_level
  @quality_tuning_level
end

#slices::Integer

Returns the value of attribute slices.

Returns:

  • (::Integer)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def slices
  @slices
end