findRenditionUrl
Finds the rendition url from the manifest object given the track type and the format. The Manifest object needs to be an instance of either DashManifest or HlsManifest.
Return
the rendition url if found, null otherwise.
Parameters
the manifest
the track type
the format
Finds the rendition url from the manifest object given the track type and the format. The Manifest object needs to be an instance of either DashManifest or HlsManifest.
Return
the rendition url if found, null otherwise.
Parameters
the manifest
the format
Finds the rendition url from the DashManifest object for the specified track type and the format.
Return
the rendition url if found, null otherwise.
Parameters
reference to the DASH manifest.
the track type
the format
Finds the rendition url from the HlsMultivariantPlaylist object for the specified track type and the format.
Return
the rendition url if found, null otherwise.
Parameters
reference to the HLS master playlist.
the track type
the format