| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
TransportStream |
TransportStream.clone() |
TransportStream |
TransportStream.withChannels(Integer channels)
The number of channels in the audio stream.
|
TransportStream |
TransportStream.withCodec(String codec)
The codec used by the stream.
|
TransportStream |
TransportStream.withFrameRate(String frameRate)
The frame rate used by the video stream.
|
TransportStream |
TransportStream.withFrameResolution(FrameResolution frameResolution) |
TransportStream |
TransportStream.withPid(Integer pid)
The Packet ID (PID) as it is reported in the Program Map Table.
|
TransportStream |
TransportStream.withSampleRate(Integer sampleRate)
The sample rate used by the audio stream.
|
TransportStream |
TransportStream.withSampleSize(Integer sampleSize)
The sample bit size used by the audio stream.
|
TransportStream |
TransportStream.withStreamType(String streamType)
The Stream Type as it is reported in the Program Map Table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransportStream> |
TransportStreamProgram.getStreams()
The list of elementary transport streams in the program.
|
| Modifier and Type | Method and Description |
|---|---|
TransportStreamProgram |
TransportStreamProgram.withStreams(TransportStream... streams)
The list of elementary transport streams in the program.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportStreamProgram.setStreams(Collection<TransportStream> streams)
The list of elementary transport streams in the program.
|
TransportStreamProgram |
TransportStreamProgram.withStreams(Collection<TransportStream> streams)
The list of elementary transport streams in the program.
|
Copyright © 2025. All rights reserved.