| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StreamSession |
StreamSession.clone() |
StreamSession |
GetStreamSessionResult.getStreamSession()
List of stream details.
|
StreamSession |
StreamSession.withChannel(Channel channel)
The properties of the channel at the time of going live.
|
StreamSession |
StreamSession.withEndTime(Date endTime)
Time when the channel went offline.
|
StreamSession |
StreamSession.withIngestConfiguration(IngestConfiguration ingestConfiguration)
The properties of the incoming RTMP stream for the stream.
|
StreamSession |
StreamSession.withRecordingConfiguration(RecordingConfiguration recordingConfiguration)
The properties of recording the live stream.
|
StreamSession |
StreamSession.withStartTime(Date startTime)
Time when the channel went live.
|
StreamSession |
StreamSession.withStreamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
StreamSession |
StreamSession.withTruncatedEvents(Collection<StreamEvent> truncatedEvents)
List of Amazon IVS events that the stream encountered.
|
StreamSession |
StreamSession.withTruncatedEvents(StreamEvent... truncatedEvents)
List of Amazon IVS events that the stream encountered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStreamSessionResult.setStreamSession(StreamSession streamSession)
List of stream details.
|
GetStreamSessionResult |
GetStreamSessionResult.withStreamSession(StreamSession streamSession)
List of stream details.
|
Copyright © 2022. All rights reserved.