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

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 VideoSelectorProgramId data as a hash:

{
  program_id: 1,
}

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)


19599
19600
19601
19602
19603
# File 'lib/aws-sdk-medialive/types.rb', line 19599

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