additionalManifests property

List<DashAdditionalManifest>? additionalManifests
final

By default, the service creates one .mpd DASH manifest for each DASH ISO output group in your job. This default manifest references every output in the output group. To create additional DASH manifests that reference a subset of the outputs in the output group, specify a list of them here.

Implementation

final List<DashAdditionalManifest>? additionalManifests;