Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafAdditionalManifest
-
Packages that use CmafAdditionalManifest Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafAdditionalManifest in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CmafAdditionalManifest Modifier and Type Method Description List<CmafAdditionalManifest>CmafGroupSettings. additionalManifests()By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each CMAF output group in your job.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafAdditionalManifest Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. additionalManifests(CmafAdditionalManifest... additionalManifests)By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each CMAF output group in your job.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type CmafAdditionalManifest Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. additionalManifests(Collection<CmafAdditionalManifest> additionalManifests)By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each CMAF output group in your job.
-