Bitmovin Player API 8.268.0
    Preparing search index...

    Interface Metadata

    interface Metadata {
        end?: number;
        payload: any;
        start?: number;
        type: MetadataType;
    }
    Index
    end?: number

    The end time of the metadata.

    payload: any

    the actual metadata.

    start?: number

    The start time of the metadata.

    The type of timed metadata.