hlsDateRange property

bool? get hlsDateRange

Whether the player should parse and expose HLS EXT-X-DATERANGE tags as DateRangeCues on a TextTrack.

Can be overridden per source with TypedSource.hlsDateRange.

Implementation

bool? get hlsDateRange {
  return _hlsDateRange;
}