@svta/common-media-library
    Preparing search index...

    Type Alias TimestampMapBeta

    A timestamp map is a mapping of MPEG timestamps to local timestamps.

    type TimestampMap = {
        LOCAL: number;
        MPEGTS: number;
    }
    Index

    Properties

    Properties

    LOCAL: number
    MPEGTS: number