You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::VideoSelectorSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VideoSelectorSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  video_selector_pid: {
    pid: 1,
  },
  video_selector_program_id: {
    program_id: 1,
  },
}

Video Selector Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#video_selector_pidTypes::VideoSelectorPid

Video Selector Pid

Returns:

#video_selector_program_idTypes::VideoSelectorProgramId

Video Selector Program Id

Returns: