use of com.att.aro.core.videoanalysis.impl.ManifestBuilderHLS in project VideoOptimzer by attdevsupport.
the class VideoStreamConstructor method init.
public void init() {
manifestBuilderHLS = new ManifestBuilderHLS();
manifestBuilderDASH = new ManifestBuilderDASH();
manifestBuilder = manifestBuilderDASH;
}
Aggregations