vot.js - v2.4.12
    Preparing search index...

    Interface StreamTranslationObject

    STREAM TRANSLATION

    interface StreamTranslationObject {
        timestamp: string;
        url: string;
    }
    Index

    Properties

    Properties

    timestamp: string

    timestamp in ms (timing of start m3u8). it could have been big float, but js requires an additional dependencies for this

    url: string