rangeRequestsSupported property

bool rangeRequestsSupported
final

Indicates to the client whether or not range requests are supported for the requested media. If true, the client may make further requests specifying the start and possibly also the end parameters of the range request, otherwise these will both be null.

Implementation

final bool rangeRequestsSupported;