public static interface AliMediaDownloader.ConvertURLCallback
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertURL(java.lang.String srcURL,
java.lang.String srcFormat)
Converts the URL of the media file.
|
java.lang.String convertURL(java.lang.String srcURL,
java.lang.String srcFormat)
srcURL - The original URL.srcFormat - The original media format, such as "mp4", "m3u8", etc.null is returned, the SDK will use the original URL (srcURL) for downloading.