minTimeShiftBufferDepth property
- @JsonKey(name: 'minTimeShiftBufferDepth')
final
The minimum buffer depth of a stream needed to enable time shifting. If the available buffer depth is shorter, time shifting is disabled and Player.maxTimeShift returns 0. Default value is -40.0.
Implementation
@JsonKey(name: 'minTimeShiftBufferDepth')
final double minTimeShiftBufferDepth;