Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MsSmoothAdditionalManifest
-
Packages that use MsSmoothAdditionalManifest Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MsSmoothAdditionalManifest in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type MsSmoothAdditionalManifest Modifier and Type Method Description List<MsSmoothAdditionalManifest>MsSmoothGroupSettings. additionalManifests()By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MsSmoothAdditionalManifest Modifier and Type Method Description MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.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.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type MsSmoothAdditionalManifest Modifier and Type Method Description MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.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.
-