Class: Aws::Types::PassthroughSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frame_control"NEAREST_IDRFRAME", "NEAREST_IFRAME"

Returns the value of attribute frame_control.

Returns:

  • ("NEAREST_IDRFRAME", "NEAREST_IFRAME")


2098
2099
2100
# File 'sig/types.rbs', line 2098

def frame_control
  @frame_control
end

#video_selector_mode"AUTO", "REMUX_ALL"

Returns the value of attribute video_selector_mode.

Returns:

  • ("AUTO", "REMUX_ALL")


2099
2100
2101
# File 'sig/types.rbs', line 2099

def video_selector_mode
  @video_selector_mode
end