API Docs
    Preparing search index...

    Interface SessionData

    Session Data.

    Corresponds to the #EXT-X-SESSION-DATA tag.

    interface SessionData {
        id: string;
        language?: string;
        uri?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    id: string

    Data identifier (reverse-DNS recommended).

    language?: string

    Language of the value (RFC 5646 tag).

    uri?: string

    URI to a JSON resource (mutually exclusive with value).

    value?: string

    Inline value (mutually exclusive with uri).