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


2760
2761
2762
# File 'sig/types.rbs', line 2760

def bitrate_class
  @bitrate_class
end

#flicker_adaptive_quantization"DISABLED", "ENABLED"

Returns the value of attribute flicker_adaptive_quantization.

Returns:

  • ("DISABLED", "ENABLED")


2761
2762
2763
# File 'sig/types.rbs', line 2761

def flicker_adaptive_quantization
  @flicker_adaptive_quantization
end

#gop_b_reference"DISABLED", "ENABLED"

Returns the value of attribute gop_b_reference.

Returns:

  • ("DISABLED", "ENABLED")


2762
2763
2764
# File 'sig/types.rbs', line 2762

def gop_b_reference
  @gop_b_reference
end

#gop_closed_cadence::Integer

Returns the value of attribute gop_closed_cadence.

Returns:

  • (::Integer)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def gop_closed_cadence
  @gop_closed_cadence
end

#hrd_buffer_size::Integer

Returns the value of attribute hrd_buffer_size.

Returns:

  • (::Integer)


2764
2765
2766
# File 'sig/types.rbs', line 2764

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


2765
2766
2767
# File 'sig/types.rbs', line 2765

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


2766
2767
2768
# File 'sig/types.rbs', line 2766

def quality_tuning_level
  @quality_tuning_level
end

#slices::Integer

Returns the value of attribute slices.

Returns:

  • (::Integer)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def slices
  @slices
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


2768
2769
2770
# File 'sig/types.rbs', line 2768

def telecine
  @telecine
end