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

    Interface SeekPosition

    Represents a seeking position.

    interface SeekPosition {
        source: EventSource;
        time: number;
    }
    Index

    Properties

    Properties

    source: EventSource

    The relevant Source.

    time: number

    The position within the Source in seconds.