| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MsSmoothGroupSettings |
MsSmoothGroupSettings.clone() |
MsSmoothGroupSettings |
OutputGroupSettings.getMsSmoothGroupSettings()
Settings related to your Microsoft Smooth Streaming output package.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withAdditionalManifests(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 |
MsSmoothGroupSettings.withAdditionalManifests(MsSmoothAdditionalManifest... additionalManifests)
By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming
output group in your job.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withAudioDeduplication(MsSmoothAudioDeduplication audioDeduplication)
COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into
a single audio stream.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withAudioDeduplication(String audioDeduplication)
COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into
a single audio stream.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withEncryption(MsSmoothEncryptionSettings encryption)
If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withFragmentLength(Integer fragmentLength)
Specify how you want MediaConvert to determine the fragment length.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withFragmentLengthControl(MsSmoothFragmentLengthControl fragmentLengthControl)
Specify how you want MediaConvert to determine the fragment length.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withFragmentLengthControl(String fragmentLengthControl)
Specify how you want MediaConvert to determine the fragment length.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withManifestEncoding(MsSmoothManifestEncoding manifestEncoding)
Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client
manifest.
|
MsSmoothGroupSettings |
MsSmoothGroupSettings.withManifestEncoding(String manifestEncoding)
Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client
manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroupSettings.setMsSmoothGroupSettings(MsSmoothGroupSettings msSmoothGroupSettings)
Settings related to your Microsoft Smooth Streaming output package.
|
OutputGroupSettings |
OutputGroupSettings.withMsSmoothGroupSettings(MsSmoothGroupSettings msSmoothGroupSettings)
Settings related to your Microsoft Smooth Streaming output package.
|
Copyright © 2023. All rights reserved.