Class: Aws::Types::VideoSelector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#color_space"FOLLOW", ...

Returns the value of attribute color_space.

Returns:

  • ("FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709")


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

def color_space
  @color_space
end

#color_space_settingsTypes::VideoSelectorColorSpaceSettings

Returns the value of attribute color_space_settings.



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

def color_space_settings
  @color_space_settings
end

#color_space_usage"FALLBACK", "FORCE"

Returns the value of attribute color_space_usage.

Returns:

  • ("FALLBACK", "FORCE")


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

def color_space_usage
  @color_space_usage
end

#selector_settingsTypes::VideoSelectorSettings

Returns the value of attribute selector_settings.



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

def selector_settings
  @selector_settings
end