Class: Aws::MediaConnect::Types::TransportStreamProgram
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::TransportStreamProgram
- 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
-
#pcr_pid ⇒ Integer
The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
-
#program_name ⇒ String
The program name as it is reported in the Program Association Table.
-
#program_number ⇒ Integer
The program number as it is reported in the Program Association Table.
-
#program_pid ⇒ Integer
The program Packet ID (PID) as it is reported in the Program Association Table.
-
#streams ⇒ Array<Types::TransportStream>
The list of elementary transport streams in the program.
Instance Attribute Details
#pcr_pid ⇒ Integer
The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
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_name ⇒ String
The program name as it is reported in the Program Association Table.
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_number ⇒ Integer
The program number as it is reported in the Program Association Table.
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_pid ⇒ Integer
The program Packet ID (PID) as it is reported in the Program Association Table.
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 |
#streams ⇒ Array<Types::TransportStream>
The list of elementary transport streams in the program. The list includes video, audio, and data streams.
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 |