| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Stream |
Stream.clone() |
Stream |
GetStreamResult.getStream() |
Stream |
Stream.withChannelArn(String channelArn)
Channel ARN for the stream.
|
Stream |
Stream.withHealth(StreamHealth health)
The stream’s health.
|
Stream |
Stream.withHealth(String health)
The stream’s health.
|
Stream |
Stream.withPlaybackUrl(String playbackUrl)
URL of the video master manifest, required by the video player to play the HLS stream.
|
Stream |
Stream.withStartTime(Date startTime)
ISO-8601 formatted timestamp of the stream’s start.
|
Stream |
Stream.withState(StreamState state)
The stream’s state.
|
Stream |
Stream.withState(String state)
The stream’s state.
|
Stream |
Stream.withViewerCount(Long viewerCount)
Number of current viewers of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStreamResult.setStream(Stream stream) |
GetStreamResult |
GetStreamResult.withStream(Stream stream) |
Copyright © 2020. All rights reserved.