Convert XlinkController/Loader to classes
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.