| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
SelectedVideoStreams |
SelectedVideoStreams.clone() |
SelectedVideoStreams |
SourceConfiguration.getSelectedVideoStreams()
The selected video streams for a specified media pipeline.
|
SelectedVideoStreams |
SelectedVideoStreams.withAttendeeIds(Collection<String> attendeeIds)
The attendee IDs of the streams selected for a media pipeline.
|
SelectedVideoStreams |
SelectedVideoStreams.withAttendeeIds(String... attendeeIds)
The attendee IDs of the streams selected for a media pipeline.
|
SelectedVideoStreams |
SelectedVideoStreams.withExternalUserIds(Collection<String> externalUserIds)
The external user IDs of the streams selected for a media pipeline.
|
SelectedVideoStreams |
SelectedVideoStreams.withExternalUserIds(String... externalUserIds)
The external user IDs of the streams selected for a media pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceConfiguration.setSelectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
The selected video streams for a specified media pipeline.
|
SourceConfiguration |
SourceConfiguration.withSelectedVideoStreams(SelectedVideoStreams selectedVideoStreams)
The selected video streams for a specified media pipeline.
|
Copyright © 2023. All rights reserved.