/**
  * Set the segments source url
  *
  * @param segments the array path of the url e.g. Segmented video list
  * @param cacheDir e.g. getCacheDir().toString()
  */
 public void setDataSegments(String[] uris, String cacheDir) {
   _setDataSegmentsSource(uris, cacheDir);
 }