Class: Aws::Types::XavcHdProfileSettings

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_25", ...

Returns the value of attribute bitrate_class.

Returns:

  • ("BITRATE_CLASS_25", "BITRATE_CLASS_35", "BITRATE_CLASS_50")


2723
2724
2725
# File 'sig/types.rbs', line 2723

def bitrate_class
  @bitrate_class
end

#flicker_adaptive_quantization"DISABLED", "ENABLED"

Returns the value of attribute flicker_adaptive_quantization.

Returns:

  • ("DISABLED", "ENABLED")


2724
2725
2726
# File 'sig/types.rbs', line 2724

def flicker_adaptive_quantization
  @flicker_adaptive_quantization
end

#gop_b_reference"DISABLED", "ENABLED"

Returns the value of attribute gop_b_reference.

Returns:

  • ("DISABLED", "ENABLED")


2725
2726
2727
# File 'sig/types.rbs', line 2725

def gop_b_reference
  @gop_b_reference
end

#gop_closed_cadence::Integer

Returns the value of attribute gop_closed_cadence.

Returns:

  • (::Integer)


2726
2727
2728
# File 'sig/types.rbs', line 2726

def gop_closed_cadence
  @gop_closed_cadence
end

#hrd_buffer_size::Integer

Returns the value of attribute hrd_buffer_size.

Returns:

  • (::Integer)


2727
2728
2729
# File 'sig/types.rbs', line 2727

def hrd_buffer_size
  @hrd_buffer_size
end

#interlace_mode"PROGRESSIVE", ...

Returns the value of attribute interlace_mode.

Returns:

  • ("PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD")


2728
2729
2730
# File 'sig/types.rbs', line 2728

def interlace_mode
  @interlace_mode
end

#quality_tuning_level"SINGLE_PASS", ...

Returns the value of attribute quality_tuning_level.

Returns:

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


2729
2730
2731
# File 'sig/types.rbs', line 2729

def quality_tuning_level
  @quality_tuning_level
end

#slices::Integer

Returns the value of attribute slices.

Returns:

  • (::Integer)


2730
2731
2732
# File 'sig/types.rbs', line 2730

def slices
  @slices
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


2731
2732
2733
# File 'sig/types.rbs', line 2731

def telecine
  @telecine
end