| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
AmazonIVSClient.createChannel(CreateChannelRequest request)
Creates a new channel and an associated stream key to start streaming.
|
CreateChannelResult |
AbstractAmazonIVS.createChannel(CreateChannelRequest request) |
CreateChannelResult |
AmazonIVS.createChannel(CreateChannelRequest createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
Future<CreateChannelResult> |
AmazonIVSAsyncClient.createChannelAsync(CreateChannelRequest request) |
Future<CreateChannelResult> |
AbstractAmazonIVSAsync.createChannelAsync(CreateChannelRequest request) |
Future<CreateChannelResult> |
AmazonIVSAsync.createChannelAsync(CreateChannelRequest createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
Future<CreateChannelResult> |
AmazonIVSAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AbstractAmazonIVSAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AmazonIVSAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a new channel and an associated stream key to start streaming.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AmazonIVSAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AbstractAmazonIVSAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AmazonIVSAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a new channel and an associated stream key to start streaming.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelRequest |
CreateChannelRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withAuthorized(Boolean authorized)
Whether the channel is private (enabled for playback authorization).
|
CreateChannelRequest |
CreateChannelRequest.withInsecureIngest(Boolean insecureIngest)
Whether the channel allows insecure RTMP ingest.
|
CreateChannelRequest |
CreateChannelRequest.withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
CreateChannelRequest |
CreateChannelRequest.withLatencyMode(String latencyMode)
Channel latency mode.
|
CreateChannelRequest |
CreateChannelRequest.withName(String name)
Channel name.
|
CreateChannelRequest |
CreateChannelRequest.withPreset(String preset)
Optional transcode preset for the channel.
|
CreateChannelRequest |
CreateChannelRequest.withPreset(TranscodePreset preset)
Optional transcode preset for the channel.
|
CreateChannelRequest |
CreateChannelRequest.withRecordingConfigurationArn(String recordingConfigurationArn)
Recording-configuration ARN.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
CreateChannelRequest |
CreateChannelRequest.withType(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
CreateChannelRequest |
CreateChannelRequest.withType(String type)
Channel type, which determines the allowable resolution and bitrate.
|
Copyright © 2023. All rights reserved.