| 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 master playlist, required by the video player to play the HLS stream.
|
Stream |
Stream.withStartTime(Date startTime)
Time 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.withStreamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
Stream |
Stream.withViewerCount(Long viewerCount)
A count of concurrent views of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStreamResult.setStream(Stream stream)
|
GetStreamResult |
GetStreamResult.withStream(Stream stream)
|
Copyright © 2022. All rights reserved.