alternativeUrls property

List<String>? alternativeUrls
getter/setter pair

A list of alternative urls for video files in the case where the primary url does not work or the file type is not supported by the browser. If this value is null, the alternative urls are calcualted automatically based on the mp3, mp4, ogg, ac3 and wav properties.

Implementation

List<String>? alternativeUrls;