RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
224 stars 27 forks source link

When should I call Caching? #1791

Closed dw8869 closed 3 months ago

dw8869 commented 3 months ago

When should I call mediaPlayer.Cache.AddMediaToCache ?

Should I call you when the video is loaded?

or

Should I call before the video is loaded?

MorrisRH commented 3 months ago

Caching is independent of playback so ideally you want to call it first and wait for caching to complete before opening the video.

dw8869 commented 3 months ago

Thank you for your help.