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

#codec_settingsTypes::VideoCodecSettings

Returns the value of attribute codec_settings.



3554
3555
3556
# File 'sig/types.rbs', line 3554

def codec_settings
  @codec_settings
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


3555
3556
3557
# File 'sig/types.rbs', line 3555

def height
  @height
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3556
3557
3558
# File 'sig/types.rbs', line 3556

def name
  @name
end

#respond_to_afd"NONE", ...

Returns the value of attribute respond_to_afd.

Returns:

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


3557
3558
3559
# File 'sig/types.rbs', line 3557

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


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

def scaling_behavior
  @scaling_behavior
end

#sharpness::Integer

Returns the value of attribute sharpness.

Returns:

  • (::Integer)


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

def sharpness
  @sharpness
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


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

def width
  @width
end