| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
MediaStream |
MediaStream.clone() |
MediaStream |
UpdateFlowMediaStreamResult.getMediaStream()
The media stream that you updated.
|
MediaStream |
MediaStream.withAttributes(MediaStreamAttributes attributes)
Attributes that are related to the media stream.
|
MediaStream |
MediaStream.withClockRate(Integer clockRate)
The sample rate for the stream.
|
MediaStream |
MediaStream.withDescription(String description)
A description that can help you quickly identify what your media stream is used for.
|
MediaStream |
MediaStream.withFmt(Integer fmt)
The format type number (sometimes referred to as RTP payload type) of the media stream.
|
MediaStream |
MediaStream.withMediaStreamId(Integer mediaStreamId)
A unique identifier for the media stream.
|
MediaStream |
MediaStream.withMediaStreamName(String mediaStreamName)
A name that helps you distinguish one media stream from another.
|
MediaStream |
MediaStream.withMediaStreamType(MediaStreamType mediaStreamType)
The type of media stream.
|
MediaStream |
MediaStream.withMediaStreamType(String mediaStreamType)
The type of media stream.
|
MediaStream |
MediaStream.withVideoFormat(String videoFormat)
The resolution of the video.
|
| Modifier and Type | Method and Description |
|---|---|
List<MediaStream> |
Flow.getMediaStreams()
The media streams that are associated with the flow.
|
List<MediaStream> |
AddFlowMediaStreamsResult.getMediaStreams()
The media streams that you added to the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowMediaStreamResult.setMediaStream(MediaStream mediaStream)
The media stream that you updated.
|
UpdateFlowMediaStreamResult |
UpdateFlowMediaStreamResult.withMediaStream(MediaStream mediaStream)
The media stream that you updated.
|
Flow |
Flow.withMediaStreams(MediaStream... mediaStreams)
The media streams that are associated with the flow.
|
AddFlowMediaStreamsResult |
AddFlowMediaStreamsResult.withMediaStreams(MediaStream... mediaStreams)
The media streams that you added to the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setMediaStreams(Collection<MediaStream> mediaStreams)
The media streams that are associated with the flow.
|
void |
AddFlowMediaStreamsResult.setMediaStreams(Collection<MediaStream> mediaStreams)
The media streams that you added to the flow.
|
Flow |
Flow.withMediaStreams(Collection<MediaStream> mediaStreams)
The media streams that are associated with the flow.
|
AddFlowMediaStreamsResult |
AddFlowMediaStreamsResult.withMediaStreams(Collection<MediaStream> mediaStreams)
The media streams that you added to the flow.
|
Copyright © 2025. All rights reserved.