Uses of Class
software.amazon.awssdk.services.medialive.model.OutputLocationRef
-
Packages that use OutputLocationRef Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of OutputLocationRef in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return OutputLocationRef Modifier and Type Method Description OutputLocationRefArchiveGroupSettings. destination()A directory and base filename where archive files should be written.OutputLocationRefFrameCaptureGroupSettings. destination()The destination for the frame capture files.OutputLocationRefHlsGroupSettings. destination()A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).OutputLocationRefMediaPackageGroupSettings. destination()MediaPackage channel destination.OutputLocationRefMsSmoothGroupSettings. destination()Smooth Streaming publish point on an IIS server.OutputLocationRefMultiplexOutputSettings. destination()Destination is a Multiplex.OutputLocationRefRtmpOutputSettings. destination()The RTMP endpoint excluding the stream name (eg.OutputLocationRefUdpOutputSettings. destination()Destination address and port number for RTP or UDP packets.Methods in software.amazon.awssdk.services.medialive.model with parameters of type OutputLocationRef Modifier and Type Method Description ArchiveGroupSettings.BuilderArchiveGroupSettings.Builder. destination(OutputLocationRef destination)A directory and base filename where archive files should be written.FrameCaptureGroupSettings.BuilderFrameCaptureGroupSettings.Builder. destination(OutputLocationRef destination)The destination for the frame capture files.HlsGroupSettings.BuilderHlsGroupSettings.Builder. destination(OutputLocationRef destination)A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).MediaPackageGroupSettings.BuilderMediaPackageGroupSettings.Builder. destination(OutputLocationRef destination)MediaPackage channel destination.MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. destination(OutputLocationRef destination)Smooth Streaming publish point on an IIS server.MultiplexOutputSettings.BuilderMultiplexOutputSettings.Builder. destination(OutputLocationRef destination)Destination is a Multiplex.RtmpOutputSettings.BuilderRtmpOutputSettings.Builder. destination(OutputLocationRef destination)The RTMP endpoint excluding the stream name (eg.UdpOutputSettings.BuilderUdpOutputSettings.Builder. destination(OutputLocationRef destination)Destination address and port number for RTP or UDP packets.
-