自动重试时间间隔的分次配置数组 数组可以为空,如果数组元素个数大于重试次数,取前面的重试次数个值;
如果小于,后面未配置的值使用默认时间间隔。
An array that contains the number of retry attempts and respective duration for each retry. The array can be empty. If the number of elements in the array is greater than the number of retry attempts, use the number of retry attempts.
If the number of elements in the array is less than the number of retry attempts, use the default retry duration for unspecified values.
自动重试的默认时间间隔,以ms为单位,必须大于0,小于0时按0处理;
是指播放器内部在检测到错误时等待重试的时间间隔
The default duration between automatic retries in milliseconds. The interval value must be greater than 0. If a value less than 0 is specified, the value 0 is applied.
The interval indicates the time from an error occurrence to starting a retry.