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)


4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4311

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)


4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4311

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)


4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4311

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)


4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4311

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:



4311
4312
4313
4314
4315
4316
4317
4318
4319
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4311

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