Data associated with seek ended events.

interface RNSeekEndedEventData {
    seekEndAt: number;
    seekStartAt: number;
}

Properties

seekEndAt: number

Position where the seek ended (in seconds).

seekStartAt: number

Position where the seek started (in seconds).