| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.additionalManifests(Collection<MsSmoothAdditionalManifest> additionalManifests)
By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth
Streaming output group in your job.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.additionalManifests(Consumer<MsSmoothAdditionalManifest.Builder>... additionalManifests)
By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth
Streaming output group in your job.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.additionalManifests(MsSmoothAdditionalManifest... additionalManifests)
By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth
Streaming output group in your job.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.audioDeduplication(MsSmoothAudioDeduplication audioDeduplication)
COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group
into a single audio stream.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.audioDeduplication(String audioDeduplication)
COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group
into a single audio stream.
|
static MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.builder() |
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.destination(String destination)
Use Destination to specify the S3 output location and the output filename base.
|
default MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.destinationSettings(Consumer<DestinationSettings.Builder> destinationSettings)
Settings associated with the destination.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.destinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
default MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.encryption(Consumer<MsSmoothEncryptionSettings.Builder> encryption)
If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.encryption(MsSmoothEncryptionSettings encryption)
If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.fragmentLength(Integer fragmentLength)
Specify how you want MediaConvert to determine the fragment length.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.fragmentLengthControl(MsSmoothFragmentLengthControl fragmentLengthControl)
Specify how you want MediaConvert to determine the fragment length.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.fragmentLengthControl(String fragmentLengthControl)
Specify how you want MediaConvert to determine the fragment length.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.manifestEncoding(MsSmoothManifestEncoding manifestEncoding)
Use Manifest encoding to specify the encoding format for the server and client manifest.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.manifestEncoding(String manifestEncoding)
Use Manifest encoding to specify the encoding format for the server and client manifest.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MsSmoothGroupSettings.Builder> |
MsSmoothGroupSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OutputGroupSettings.Builder |
OutputGroupSettings.Builder.msSmoothGroupSettings(Consumer<MsSmoothGroupSettings.Builder> msSmoothGroupSettings)
Settings related to your Microsoft Smooth Streaming output package.
|
Copyright © 2023. All rights reserved.