Data for seeking to a specific position.

interface RNSeekToPositionData {
    position: number;
}

Properties

Properties

position: number

Position to seek to (in seconds).