Class: Aws::Types::VideoDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#border::Integer

Returns the value of attribute border.

Returns:

  • (::Integer)


3568
3569
3570
# File 'sig/types.rbs', line 3568

def border
  @border
end

#codec_settingsTypes::VideoCodecSettings

Returns the value of attribute codec_settings.



3559
3560
3561
# File 'sig/types.rbs', line 3559

def codec_settings
  @codec_settings
end

#crop_rectangleTypes::VideoPositionRectangle

Returns the value of attribute crop_rectangle.



3566
3567
3568
# File 'sig/types.rbs', line 3566

def crop_rectangle
  @crop_rectangle
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


3560
3561
3562
# File 'sig/types.rbs', line 3560

def height
  @height
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3561
3562
3563
# File 'sig/types.rbs', line 3561

def name
  @name
end

#output_position_rectangleTypes::VideoPositionRectangle

Returns the value of attribute output_position_rectangle.



3567
3568
3569
# File 'sig/types.rbs', line 3567

def output_position_rectangle
  @output_position_rectangle
end

#respond_to_afd"NONE", ...

Returns the value of attribute respond_to_afd.

Returns:

  • ("NONE", "PASSTHROUGH", "RESPOND")


3562
3563
3564
# File 'sig/types.rbs', line 3562

def respond_to_afd
  @respond_to_afd
end

#scaling_behavior"DEFAULT", ...

Returns the value of attribute scaling_behavior.

Returns:

  • ("DEFAULT", "STRETCH_TO_OUTPUT", "SMART_CROP")


3563
3564
3565
# File 'sig/types.rbs', line 3563

def scaling_behavior
  @scaling_behavior
end

#sharpness::Integer

Returns the value of attribute sharpness.

Returns:

  • (::Integer)


3564
3565
3566
# File 'sig/types.rbs', line 3564

def sharpness
  @sharpness
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


3565
3566
3567
# File 'sig/types.rbs', line 3565

def width
  @width
end