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

    Interface TimeRange<T>

    Represents a time range with a start and end value in the same units.

    interface TimeRange<T> {
        end?: T;
        start?: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    end?: T

    The end time of the range.

    start?: T

    The start time of the range.