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

#afd_signaling"NONE", ...

Returns the value of attribute afd_signaling.

Returns:

  • ("NONE", "AUTO", "FIXED")


2504
2505
2506
# File 'sig/types.rbs', line 2504

def afd_signaling
  @afd_signaling
end

#anti_alias"DISABLED", "ENABLED"

Returns the value of attribute anti_alias.

Returns:

  • ("DISABLED", "ENABLED")


2505
2506
2507
# File 'sig/types.rbs', line 2505

def anti_alias
  @anti_alias
end

#chroma_position_mode"AUTO", ...

Returns the value of attribute chroma_position_mode.

Returns:

  • ("AUTO", "FORCE_CENTER", "FORCE_TOP_LEFT")


2506
2507
2508
# File 'sig/types.rbs', line 2506

def chroma_position_mode
  @chroma_position_mode
end

#codec_settingsTypes::VideoCodecSettings

Returns the value of attribute codec_settings.



2507
2508
2509
# File 'sig/types.rbs', line 2507

def codec_settings
  @codec_settings
end

#color_metadata"IGNORE", "INSERT"

Returns the value of attribute color_metadata.

Returns:

  • ("IGNORE", "INSERT")


2508
2509
2510
# File 'sig/types.rbs', line 2508

def 
  @color_metadata
end

#cropTypes::Rectangle

Returns the value of attribute crop.

Returns:



2509
2510
2511
# File 'sig/types.rbs', line 2509

def crop
  @crop
end

#drop_frame_timecode"DISABLED", "ENABLED"

Returns the value of attribute drop_frame_timecode.

Returns:

  • ("DISABLED", "ENABLED")


2510
2511
2512
# File 'sig/types.rbs', line 2510

def drop_frame_timecode
  @drop_frame_timecode
end

#fixed_afd::Integer

Returns the value of attribute fixed_afd.

Returns:

  • (::Integer)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def fixed_afd
  @fixed_afd
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def height
  @height
end

#positionTypes::Rectangle

Returns the value of attribute position.

Returns:



2513
2514
2515
# File 'sig/types.rbs', line 2513

def position
  @position
end

#respond_to_afd"NONE", ...

Returns the value of attribute respond_to_afd.

Returns:

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


2514
2515
2516
# File 'sig/types.rbs', line 2514

def respond_to_afd
  @respond_to_afd
end

#scaling_behavior"DEFAULT", ...

Returns the value of attribute scaling_behavior.

Returns:

  • ("DEFAULT", "STRETCH_TO_OUTPUT", "FIT", "FIT_NO_UPSCALE", "FILL", "SMART_CROP")


2515
2516
2517
# File 'sig/types.rbs', line 2515

def scaling_behavior
  @scaling_behavior
end

#sharpness::Integer

Returns the value of attribute sharpness.

Returns:

  • (::Integer)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def sharpness
  @sharpness
end

#timecode_insertion"DISABLED", "PIC_TIMING_SEI"

Returns the value of attribute timecode_insertion.

Returns:

  • ("DISABLED", "PIC_TIMING_SEI")


2517
2518
2519
# File 'sig/types.rbs', line 2517

def timecode_insertion
  @timecode_insertion
end

#timecode_track"DISABLED", "ENABLED"

Returns the value of attribute timecode_track.

Returns:

  • ("DISABLED", "ENABLED")


2518
2519
2520
# File 'sig/types.rbs', line 2518

def timecode_track
  @timecode_track
end

#video_preprocessorsTypes::VideoPreprocessor

Returns the value of attribute video_preprocessors.



2519
2520
2521
# File 'sig/types.rbs', line 2519

def video_preprocessors
  @video_preprocessors
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def width
  @width
end