delayDefault property

int? delayDefault
getter/setter pair

自动重试的默认时间间隔,以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.

Implementation

int? delayDefault;