Class: Aws::MediaConnect::Types::TransportStreamProgram

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

Overview

The metadata of a single transport stream program.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pcr_pidInteger

The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.

Returns:

  • (Integer)


4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4288

class TransportStreamProgram < Struct.new(
  :pcr_pid,
  :program_name,
  :program_number,
  :program_pid,
  :streams)
  SENSITIVE = []
  include Aws::Structure
end

#program_nameString

The program name as it is reported in the Program Association Table.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4288

class TransportStreamProgram < Struct.new(
  :pcr_pid,
  :program_name,
  :program_number,
  :program_pid,
  :streams)
  SENSITIVE = []
  include Aws::Structure
end

#program_numberInteger

The program number as it is reported in the Program Association Table.

Returns:

  • (Integer)


4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4288

class TransportStreamProgram < Struct.new(
  :pcr_pid,
  :program_name,
  :program_number,
  :program_pid,
  :streams)
  SENSITIVE = []
  include Aws::Structure
end

#program_pidInteger

The program Packet ID (PID) as it is reported in the Program Association Table.

Returns:

  • (Integer)


4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4288

class TransportStreamProgram < Struct.new(
  :pcr_pid,
  :program_name,
  :program_number,
  :program_pid,
  :streams)
  SENSITIVE = []
  include Aws::Structure
end

#streamsArray<Types::TransportStream>

The list of elementary transport streams in the program. The list includes video, audio, and data streams.

Returns:



4288
4289
4290
4291
4292
4293
4294
4295
4296
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4288

class TransportStreamProgram < Struct.new(
  :pcr_pid,
  :program_name,
  :program_number,
  :program_pid,
  :streams)
  SENSITIVE = []
  include Aws::Structure
end