Class: Aws::MediaLive::Types::VideoSelectorProgramId

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

Overview

Video Selector Program Id

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#program_idInteger

Selects a specific program from within a multi-program transport stream. If the program doesn’t exist, the first program within the transport stream will be selected by default.

Returns:

  • (Integer)


13164
13165
13166
13167
13168
# File 'lib/aws-sdk-medialive/types.rb', line 13164

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