| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
OutputLocationRef |
ArchiveGroupSettings.destination()
A directory and base filename where archive files should be written.
|
OutputLocationRef |
RtmpOutputSettings.destination()
The RTMP endpoint excluding the stream name (eg.
|
OutputLocationRef |
MsSmoothGroupSettings.destination()
Smooth Streaming publish point on an IIS server.
|
OutputLocationRef |
HlsGroupSettings.destination()
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
OutputLocationRef |
MediaPackageGroupSettings.destination()
MediaPackage channel destination.
|
OutputLocationRef |
UdpOutputSettings.destination()
Destination address and port number for RTP or UDP packets.
|
OutputLocationRef |
MultiplexOutputSettings.destination()
Destination is a Multiplex.
|
OutputLocationRef |
FrameCaptureGroupSettings.destination()
The destination for the frame capture files.
|
| Modifier and Type | Method and Description |
|---|---|
ArchiveGroupSettings.Builder |
ArchiveGroupSettings.Builder.destination(OutputLocationRef destination)
A directory and base filename where archive files should be written.
|
RtmpOutputSettings.Builder |
RtmpOutputSettings.Builder.destination(OutputLocationRef destination)
The RTMP endpoint excluding the stream name (eg.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.destination(OutputLocationRef destination)
Smooth Streaming publish point on an IIS server.
|
HlsGroupSettings.Builder |
HlsGroupSettings.Builder.destination(OutputLocationRef destination)
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
MediaPackageGroupSettings.Builder |
MediaPackageGroupSettings.Builder.destination(OutputLocationRef destination)
MediaPackage channel destination.
|
UdpOutputSettings.Builder |
UdpOutputSettings.Builder.destination(OutputLocationRef destination)
Destination address and port number for RTP or UDP packets.
|
MultiplexOutputSettings.Builder |
MultiplexOutputSettings.Builder.destination(OutputLocationRef destination)
Destination is a Multiplex.
|
FrameCaptureGroupSettings.Builder |
FrameCaptureGroupSettings.Builder.destination(OutputLocationRef destination)
The destination for the frame capture files.
|
Copyright © 2022. All rights reserved.