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


2538
2539
2540
# File 'sig/types.rbs', line 2538

def afd_signaling
  @afd_signaling
end

#anti_alias"DISABLED", "ENABLED"

Returns the value of attribute anti_alias.

Returns:

  • ("DISABLED", "ENABLED")


2539
2540
2541
# File 'sig/types.rbs', line 2539

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


2540
2541
2542
# File 'sig/types.rbs', line 2540

def chroma_position_mode
  @chroma_position_mode
end

#codec_settingsTypes::VideoCodecSettings

Returns the value of attribute codec_settings.



2541
2542
2543
# File 'sig/types.rbs', line 2541

def codec_settings
  @codec_settings
end

#color_metadata"IGNORE", "INSERT"

Returns the value of attribute color_metadata.

Returns:

  • ("IGNORE", "INSERT")


2542
2543
2544
# File 'sig/types.rbs', line 2542

def 
  
end

#cropTypes::Rectangle

Returns the value of attribute crop.

Returns:



2543
2544
2545
# File 'sig/types.rbs', line 2543

def crop
  @crop
end

#drop_frame_timecode"DISABLED", "ENABLED"

Returns the value of attribute drop_frame_timecode.

Returns:

  • ("DISABLED", "ENABLED")


2544
2545
2546
# File 'sig/types.rbs', line 2544

def drop_frame_timecode
  @drop_frame_timecode
end

#fixed_afd::Integer

Returns the value of attribute fixed_afd.

Returns:

  • (::Integer)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def fixed_afd
  @fixed_afd
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def height
  @height
end

#positionTypes::Rectangle

Returns the value of attribute position.

Returns:



2547
2548
2549
# File 'sig/types.rbs', line 2547

def position
  @position
end

#respond_to_afd"NONE", ...

Returns the value of attribute respond_to_afd.

Returns:

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


2548
2549
2550
# File 'sig/types.rbs', line 2548

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


2549
2550
2551
# File 'sig/types.rbs', line 2549

def scaling_behavior
  @scaling_behavior
end

#sharpness::Integer

Returns the value of attribute sharpness.

Returns:

  • (::Integer)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def sharpness
  @sharpness
end

#timecode_insertion"DISABLED", "PIC_TIMING_SEI"

Returns the value of attribute timecode_insertion.

Returns:

  • ("DISABLED", "PIC_TIMING_SEI")


2551
2552
2553
# File 'sig/types.rbs', line 2551

def timecode_insertion
  @timecode_insertion
end

#timecode_track"DISABLED", "ENABLED"

Returns the value of attribute timecode_track.

Returns:

  • ("DISABLED", "ENABLED")


2552
2553
2554
# File 'sig/types.rbs', line 2552

def timecode_track
  @timecode_track
end

#video_preprocessorsTypes::VideoPreprocessor

Returns the value of attribute video_preprocessors.



2553
2554
2555
# File 'sig/types.rbs', line 2553

def video_preprocessors
  @video_preprocessors
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2554
2555
2556
# File 'sig/types.rbs', line 2554

def width
  @width
end