| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
TransportStreamProgram |
TransportStreamProgram.clone() |
TransportStreamProgram |
TransportStreamProgram.withPcrPid(Integer pcrPid)
The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
|
TransportStreamProgram |
TransportStreamProgram.withProgramName(String programName)
The program name as it is reported in the Program Association Table.
|
TransportStreamProgram |
TransportStreamProgram.withProgramNumber(Integer programNumber)
The program number as it is reported in the Program Association Table.
|
TransportStreamProgram |
TransportStreamProgram.withProgramPid(Integer programPid)
The program Packet ID (PID) as it is reported in the Program Association Table.
|
TransportStreamProgram |
TransportStreamProgram.withStreams(Collection<TransportStream> streams)
The list of elementary transport streams in the program.
|
TransportStreamProgram |
TransportStreamProgram.withStreams(TransportStream... streams)
The list of elementary transport streams in the program.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransportStreamProgram> |
TransportMediaInfo.getPrograms()
The list of transport stream programs in the current flow's source.
|
| Modifier and Type | Method and Description |
|---|---|
TransportMediaInfo |
TransportMediaInfo.withPrograms(TransportStreamProgram... programs)
The list of transport stream programs in the current flow's source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportMediaInfo.setPrograms(Collection<TransportStreamProgram> programs)
The list of transport stream programs in the current flow's source.
|
TransportMediaInfo |
TransportMediaInfo.withPrograms(Collection<TransportStreamProgram> programs)
The list of transport stream programs in the current flow's source.
|
Copyright © 2024. All rights reserved.