Skip to content

Convert XlinkController/Loader to classes

Vinay Rosenberg requested to merge github/fork/cablelabs/xlink-class into development

Created by: greg80303

Since we've made ManifestLoader a class, we also need to make XlinkController/Loader classes as well. ManifestModel is updated when xlink resolution is completed, but we don't want to update ManifestModel when we allow applications to load their own manifests (MediaPlayer.retrieveManifest()) with their own ManifestLoader instance.

Merge request reports