| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
AddMediaStreamRequest |
AddMediaStreamRequest.clone() |
AddMediaStreamRequest |
AddMediaStreamRequest.withAttributes(MediaStreamAttributesRequest attributes)
The attributes that you want to assign to the new media stream.
|
AddMediaStreamRequest |
AddMediaStreamRequest.withClockRate(Integer clockRate)
The sample rate (in Hz) for the stream.
|
AddMediaStreamRequest |
AddMediaStreamRequest.withDescription(String description)
A description that can help you quickly identify what your media stream is used for.
|
AddMediaStreamRequest |
AddMediaStreamRequest.withMediaStreamId(Integer mediaStreamId)
A unique identifier for the media stream.
|
AddMediaStreamRequest |
AddMediaStreamRequest.withMediaStreamName(String mediaStreamName)
A name that helps you distinguish one media stream from another.
|
AddMediaStreamRequest |
AddMediaStreamRequest.withMediaStreamType(MediaStreamType mediaStreamType)
The type of media stream.
|
AddMediaStreamRequest |
AddMediaStreamRequest.withMediaStreamType(String mediaStreamType)
The type of media stream.
|
AddMediaStreamRequest |
AddMediaStreamRequest.withVideoFormat(String videoFormat)
The resolution of the video.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddMediaStreamRequest> |
CreateFlowRequest.getMediaStreams()
The media streams that you want to add to the flow.
|
List<AddMediaStreamRequest> |
AddFlowMediaStreamsRequest.getMediaStreams()
The media streams that you want to add to the flow.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest |
CreateFlowRequest.withMediaStreams(AddMediaStreamRequest... mediaStreams)
The media streams that you want to add to the flow.
|
AddFlowMediaStreamsRequest |
AddFlowMediaStreamsRequest.withMediaStreams(AddMediaStreamRequest... mediaStreams)
The media streams that you want to add to the flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowRequest.setMediaStreams(Collection<AddMediaStreamRequest> mediaStreams)
The media streams that you want to add to the flow.
|
void |
AddFlowMediaStreamsRequest.setMediaStreams(Collection<AddMediaStreamRequest> mediaStreams)
The media streams that you want to add to the flow.
|
CreateFlowRequest |
CreateFlowRequest.withMediaStreams(Collection<AddMediaStreamRequest> mediaStreams)
The media streams that you want to add to the flow.
|
AddFlowMediaStreamsRequest |
AddFlowMediaStreamsRequest.withMediaStreams(Collection<AddMediaStreamRequest> mediaStreams)
The media streams that you want to add to the flow.
|
Copyright © 2024. All rights reserved.