API Docs
    Preparing search index...

    Interface MediaInitializationSection

    Media Initialization Section.

    Corresponds to the #EXT-X-MAP tag. Contains the URI and optional byte range of the initialization resource required to parse applicable Media Segments.

    interface MediaInitializationSection {
        byterange?: Byterange;
        hint?: boolean;
        uri: string;
    }
    Index

    Properties

    Properties

    byterange?: Byterange

    Byte range within the resource.

    hint?: boolean

    Whether this is a preload hint (LL-HLS).

    uri: string

    URI to the initialization section resource.