httpResponseTypesToPreprocess
Specifies the HttpRequestType for which the NetworkConfig.preprocessHttpResponseCallback should be invoked.
Preprocessing HTTP responses increase the download latency as the Player can't start using the response's body until it is fully downloaded. This is especially impactful when playing low latency streams and preprocessing HttpRequestType.MediaAudio or HttpRequestType.MediaVideo which can lead to stall when playing very close to the live edge.
It is recommended to set only the HttpRequestType that are preprocessed in NetworkConfig.preprocessHttpResponseCallback.
Default: all HttpRequestType except MediaProgressive.