Class: Aws::MediaLive::Types::VideoSelectorPid

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass VideoSelectorPid data as a hash:

{
  pid: 1,
}

Video Selector Pid

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pidInteger

Selects a specific PID from within a video source.

Returns:

  • (Integer)


19576
19577
19578
19579
19580
# File 'lib/aws-sdk-medialive/types.rb', line 19576

class VideoSelectorPid < Struct.new(
  :pid)
  SENSITIVE = []
  include Aws::Structure
end