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

    Interface SourceOptions

    Types of SourceOptions.

    interface SourceOptions {
        startOffset?: number;
        startOffsetTimelineReference?: TimelineReferencePoint;
    }
    Index

    Properties

    startOffset?: number

    The position where the stream should be started. Number can be positive or negative depending on the used TimelineReferencePoint. Invalid numbers will be corrected according to the stream boundaries. For VOD this is applied at the time the stream is loaded, for LIVE when playback starts.

    startOffsetTimelineReference?: TimelineReferencePoint

    Sets the Timeline reference point to calculate the startOffset from. Default for live: TimelineReferencePoint.END. Default for VOD: TimelineReferencePoint.START.