update readme
This commit is contained in:
parent
e3782c4ec6
commit
0a361d1d0f
@ -275,6 +275,7 @@ var styles = StyleSheet.create({
|
|||||||
### Configurable props
|
### Configurable props
|
||||||
* [allowsExternalPlayback](#allowsexternalplayback)
|
* [allowsExternalPlayback](#allowsexternalplayback)
|
||||||
* [audioOnly](#audioonly)
|
* [audioOnly](#audioonly)
|
||||||
|
* [automaticallyWaitsToMinimizeStalling](#automaticallyWaitsToMinimizeStalling)
|
||||||
* [bufferConfig](#bufferconfig)
|
* [bufferConfig](#bufferconfig)
|
||||||
* [controls](#controls)
|
* [controls](#controls)
|
||||||
* [filter](#filter)
|
* [filter](#filter)
|
||||||
@ -351,10 +352,12 @@ Indicates whether the player should only play the audio track and instead of dis
|
|||||||
|
|
||||||
For this to work, the poster prop must be set.
|
For this to work, the poster prop must be set.
|
||||||
|
|
||||||
|
Platforms: all
|
||||||
|
|
||||||
#### automaticallyWaitsToMinimizeStalling
|
#### automaticallyWaitsToMinimizeStalling
|
||||||
A Boolean value that indicates whether the player should automatically delay playback in order to minimize stalling. For clients linked against iOS 10.0 and later
|
A Boolean value that indicates whether the player should automatically delay playback in order to minimize stalling. For clients linked against iOS 10.0 and later
|
||||||
|
|
||||||
Platforms: all
|
Platforms: iOS
|
||||||
|
|
||||||
#### bufferConfig
|
#### bufferConfig
|
||||||
Adjust the buffer settings. This prop takes an object with one or more of the properties listed below.
|
Adjust the buffer settings. This prop takes an object with one or more of the properties listed below.
|
||||||
|
Loading…
Reference in New Issue
Block a user