You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,6 @@ var styles = StyleSheet.create({
259
259
*[audioOnly](#audioonly)
260
260
*[bufferConfig](#bufferconfig)
261
261
*[controls](#controls)
262
-
*[failureRetryCount](#failureRetryCount)
263
262
*[filter](#filter)
264
263
*[filterEnabled](#filterEnabled)
265
264
*[fullscreen](#fullscreen)
@@ -270,6 +269,7 @@ var styles = StyleSheet.create({
270
269
*[id](#id)
271
270
*[ignoreSilentSwitch](#ignoresilentswitch)
272
271
*[maxBitRate](#maxbitrate)
272
+
*[minLoadRetryCount](#minLoadRetryCount)
273
273
*[muted](#muted)
274
274
*[paused](#paused)
275
275
*[playInBackground](#playinbackground)
@@ -364,18 +364,6 @@ Controls are not available Android because the system does not provide a stock s
364
364
365
365
Platforms: iOS, react-native-dom
366
366
367
-
#### failureRetryCount
368
-
Sets the number of times the media play failures to be retried. Useful to recover from transient internet faiures. Recoverable failures are retried before reporting the error to the application.
Sets the minimum number of times to retry loading data before failing and reporting an error to the application. Useful to recover from transient internet failures.
0 commit comments