Alpha
Convert HAM object into Dash Manifest.
List of presentations from ham
Manifest object containing the Dash manifest as string
Example on how to import the cmaf module and convert the ham presentations array into the dash manifest.
presentations
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.hamToDash(presentations); Copy
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.hamToDash(presentations);
Convert HAM object into Dash Manifest.