Does expo-av have preferredForwardBufferDuration option which is available in react-native-video

Hi All. We have a react native app and currently we are using expo-av. We now have decided to load videos in HLS Format and while reading online I found out that react-native-video has a preferredForwardBufferDuration option where we can decide how many chunks of HLS video we want to download.

We have a video feed so we will be prefetching a couple of videos but we only want to load the current video completely - for the rest of the videos we only want to load preferably only 1 chunk of HLS Video.

I could not find anything similar to preferredForwardBufferDuration in the expo av document. Am I missing something ?

Thank you.