UNPKG

react-native-track-player

Version:
9 lines (8 loc) 267 B
export declare enum RepeatMode { /** Playback stops when the last track in the queue has finished playing. */ Off, /** Repeats the current track infinitely during ongoing playback. */ Track, /** Repeats the entire queue infinitely. */ Queue }