P2P Media Loader Documentation
    Preparing search index...

    Type Alias HlsWithP2PInstance<HlsType>

    HlsWithP2PInstance: HlsType & { p2pEngine: HlsJsP2PEngine }

    Extends a generic HLS type to include the P2P engine, integrating P2P capabilities directly into the HLS instance.

    Type Parameters

    • HlsType

      The base HLS type that is being extended.

    Type Declaration