THEOplayer Web SDK
    Preparing search index...

    Type Alias PreloadType

    PreloadType: "none" | "metadata" | "auto" | ""

    The preload type of the player, represented by a value from the following list:
    - 'none': The player will not load anything on source change.
    - 'metadata': The player will immediately load metadata on source change.
    - 'auto': The player will immediately load metadata and media on source change.


    - 'metadata' loads enough resources to be able to determine the ChromelessPlayer.duration.
    - 'auto' loads media up to ABRConfiguration.targetBuffer.