| 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 |
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 |
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 |
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.
|
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).
|
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.
|
Copyright © 2018. All rights reserved.