Doc modifications as per alplabetical order
Doc modifications as per alplabetical order
This commit is contained in:
parent
88e9ed6c08
commit
47875ed286
26
README.md
26
README.md
@ -259,6 +259,7 @@ var styles = StyleSheet.create({
|
||||
* [audioOnly](#audioonly)
|
||||
* [bufferConfig](#bufferconfig)
|
||||
* [controls](#controls)
|
||||
* [failureRetryCount](#failureRetryCount)
|
||||
* [filter](#filter)
|
||||
* [filterEnabled](#filterEnabled)
|
||||
* [fullscreen](#fullscreen)
|
||||
@ -269,7 +270,6 @@ var styles = StyleSheet.create({
|
||||
* [id](#id)
|
||||
* [ignoreSilentSwitch](#ignoresilentswitch)
|
||||
* [maxBitRate](#maxbitrate)
|
||||
* [failureRetryCount](#failureRetryCount)
|
||||
* [muted](#muted)
|
||||
* [paused](#paused)
|
||||
* [playInBackground](#playinbackground)
|
||||
@ -364,6 +364,18 @@ Controls are not available Android because the system does not provide a stock s
|
||||
|
||||
Platforms: iOS, react-native-dom
|
||||
|
||||
#### failureRetryCount
|
||||
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.
|
||||
|
||||
Default: 3. Retry 3 times.
|
||||
|
||||
Example:
|
||||
```
|
||||
failureRetryCount={5} // retry 5 times
|
||||
```
|
||||
|
||||
Platforms: Android ExoPlayer
|
||||
|
||||
#### filter
|
||||
Add video filter
|
||||
* **FilterType.NONE (default)** - No Filter
|
||||
@ -476,18 +488,6 @@ maxBitRate={2000000} // 2 megabits
|
||||
|
||||
Platforms: Android ExoPlayer, iOS
|
||||
|
||||
#### failureRetryCount
|
||||
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.
|
||||
|
||||
Default: 3. Retry 3 times.
|
||||
|
||||
Example:
|
||||
```
|
||||
failureRetryCount={5} // retry 5 times
|
||||
```
|
||||
|
||||
Platforms: Android ExoPlayer
|
||||
|
||||
#### muted
|
||||
Controls whether the audio is muted
|
||||
* **false (default)** - Don't mute audio
|
||||
|
Loading…
Reference in New Issue
Block a user