| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
OutputLocationRef |
OutputLocationRef.clone() |
OutputLocationRef |
UdpOutputSettings.getDestination()
Destination address and port number for RTP or UDP packets.
|
OutputLocationRef |
RtmpOutputSettings.getDestination()
The RTMP endpoint excluding the stream name (eg.
|
OutputLocationRef |
HlsGroupSettings.getDestination()
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
OutputLocationRef |
MediaPackageGroupSettings.getDestination()
MediaPackage channel destination.
|
OutputLocationRef |
MsSmoothGroupSettings.getDestination()
Smooth Streaming publish point on an IIS server.
|
OutputLocationRef |
ArchiveGroupSettings.getDestination()
A directory and base filename where archive files should be written.
|
OutputLocationRef |
FrameCaptureGroupSettings.getDestination()
The destination for the frame capture files.
|
OutputLocationRef |
OutputLocationRef.withDestinationRefId(String destinationRefId) |
| Modifier and Type | Method and Description |
|---|---|
void |
UdpOutputSettings.setDestination(OutputLocationRef destination)
Destination address and port number for RTP or UDP packets.
|
void |
RtmpOutputSettings.setDestination(OutputLocationRef destination)
The RTMP endpoint excluding the stream name (eg.
|
void |
HlsGroupSettings.setDestination(OutputLocationRef destination)
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
void |
MediaPackageGroupSettings.setDestination(OutputLocationRef destination)
MediaPackage channel destination.
|
void |
MsSmoothGroupSettings.setDestination(OutputLocationRef destination)
Smooth Streaming publish point on an IIS server.
|
void |
ArchiveGroupSettings.setDestination(OutputLocationRef destination)
A directory and base filename where archive files should be written.
|
void |
FrameCaptureGroupSettings.setDestination(OutputLocationRef destination)
The destination for the frame capture files.
|
UdpOutputSettings |
UdpOutputSettings.withDestination(OutputLocationRef destination)
Destination address and port number for RTP or UDP packets.
|
RtmpOutputSettings |
RtmpOutputSettings.withDestination(OutputLocationRef destination)
The RTMP endpoint excluding the stream name (eg.
|
HlsGroupSettings |
HlsGroupSettings.withDestination(OutputLocationRef destination)
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
MediaPackageGroupSettings |
MediaPackageGroupSettings.withDestination(OutputLocationRef destination)
MediaPackage channel destination.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withDestination(OutputLocationRef destination)
Smooth Streaming publish point on an IIS server.
|
ArchiveGroupSettings |
ArchiveGroupSettings.withDestination(OutputLocationRef destination)
A directory and base filename where archive files should be written.
|
FrameCaptureGroupSettings |
FrameCaptureGroupSettings.withDestination(OutputLocationRef destination)
The destination for the frame capture files.
|
Copyright © 2019. All rights reserved.