Bitmovin Player React Native SDK - v1.6.0
    Preparing search index...

    Interface MetadataCollection<T>

    A collection of timed metadata entries of the same type.

    All entries in the collection share the same metadataType.

    interface MetadataCollection<T extends MetadataEntry> {
        entries: T[];
        startTime?: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    entries: T[]

    The metadata entries.

    The group is homogeneous: all entries share the same metadata type.

    startTime?: number

    The playback time in seconds when this metadata should trigger, relative to the playback session.