Update README.md
This commit is contained in:
parent
faf8aed29b
commit
991f94b228
91
README.md
91
README.md
@ -101,11 +101,11 @@ First select your project in Xcode.
|
|||||||
|
|
||||||
<img src="./docs/tvOS-step-1.jpg" width="40%">
|
<img src="./docs/tvOS-step-1.jpg" width="40%">
|
||||||
|
|
||||||
After that, select the tvOS target of your application and select « General » tab
|
After that, select the tvOS target of your application and select « General » tab
|
||||||
|
|
||||||
<img src="./docs/tvOS-step-2.jpg" width="40%">
|
<img src="./docs/tvOS-step-2.jpg" width="40%">
|
||||||
|
|
||||||
Scroll to « Linked Frameworks and Libraries » and tap on the + button
|
Scroll to « Linked Frameworks and Libraries » and tap on the + button
|
||||||
|
|
||||||
<img src="./docs/tvOS-step-3.jpg" width="40%">
|
<img src="./docs/tvOS-step-3.jpg" width="40%">
|
||||||
|
|
||||||
@ -273,48 +273,51 @@ var styles = StyleSheet.create({
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Configurable props
|
### Configurable props
|
||||||
* [allowsExternalPlayback](#allowsexternalplayback)
|
| Prop Name |Plateforms Support |
|
||||||
* [audioOnly](#audioonly)
|
|--|--|
|
||||||
* [automaticallyWaitsToMinimizeStalling](#automaticallyWaitsToMinimizeStalling)
|
|[allowsExternalPlayback](#allowsexternalplayback) |iOS |
|
||||||
* [bufferConfig](#bufferconfig)
|
|[audioOnly](#audioonly)|All |
|
||||||
* [controls](#controls)
|
|[automaticallyWaitsToMinimizeStalling](#automaticallyWaitsToMinimizeStalling) | iOS|
|
||||||
* [currentPlaybackTime](#currentPlaybackTime)
|
|[bufferConfig](#bufferconfig)|Android ExoPlayer|
|
||||||
* [disableFocus](#disableFocus)
|
|[controls](#controls)|Android ExoPlayer, iOS, react-native-dom|
|
||||||
* [filter](#filter)
|
|[currentPlaybackTime](#currentPlaybackTime)|Android Exoplayer|
|
||||||
* [filterEnabled](#filterEnabled)
|
|[disableFocus](#disableFocus)|Android Exoplayer, iOS|
|
||||||
* [fullscreen](#fullscreen)
|
|[filter](#filter)|iOS|
|
||||||
* [fullscreenAutorotate](#fullscreenautorotate)
|
|[filterEnabled](#filterEnabled)|iOS|
|
||||||
* [fullscreenOrientation](#fullscreenorientation)
|
|[fullscreen](#fullscreen)|iOS|
|
||||||
* [headers](#headers)
|
|[fullscreenAutorotate](#fullscreenautorotate)|iOS|
|
||||||
* [hideShutterView](#hideshutterview)
|
|[fullscreenOrientation](#fullscreenorientation)|iOS|
|
||||||
* [id](#id)
|
|[headers](#headers)|Android ExoPlayer|
|
||||||
* [ignoreSilentSwitch](#ignoresilentswitch)
|
|[hideShutterView](#hideshutterview)|Android ExoPlayer|
|
||||||
* [maxBitRate](#maxbitrate)
|
|[id](#id)|react-native-dom|
|
||||||
* [minLoadRetryCount](#minLoadRetryCount)
|
|[ignoreSilentSwitch](#ignoresilentswitch)|iOS|
|
||||||
* [mixWithOthers](#mixWithOthers)
|
|[maxBitRate](#maxbitrate)|Android ExoPlayer, iOS|
|
||||||
* [muted](#muted)
|
|[minLoadRetryCount](#minLoadRetryCount)|Android ExoPlayer|
|
||||||
* [paused](#paused)
|
|[mixWithOthers](#mixWithOthers)|iOS|
|
||||||
* [pictureInPicture](#pictureinpicture)
|
|[muted](#muted)|All|
|
||||||
* [playInBackground](#playinbackground)
|
|[paused](#paused)|All|
|
||||||
* [playWhenInactive](#playwheninactive)
|
|[pictureInPicture](#pictureinpicture)|iOS|
|
||||||
* [poster](#poster)
|
|[playInBackground](#playinbackground)|Android ExoPlayer, Android MediaPlayer, iOS|
|
||||||
* [posterResizeMode](#posterresizemode)
|
|[playWhenInactive](#playwheninactive)|iOS|
|
||||||
* [preferredForwardBufferDuration](#preferredForwardBufferDuration)
|
|[poster](#poster)|All|
|
||||||
* [preventsDisplaySleepDuringVideoPlayback](#preventsDisplaySleepDuringVideoPlayback)
|
|[posterResizeMode](#posterresizemode)|All|
|
||||||
* [progressUpdateInterval](#progressupdateinterval)
|
|[preferredForwardBufferDuration](#preferredForwardBufferDuration)|iOS|
|
||||||
* [rate](#rate)
|
| [preventsDisplaySleepDuringVideoPlayback](#preventsDisplaySleepDuringVideoPlayback)|iOS, Android|
|
||||||
* [repeat](#repeat)
|
|[progressUpdateInterval](#progressupdateinterval)|All|
|
||||||
* [reportBandwidth](#reportbandwidth)
|
|[rate](#rate)|All|
|
||||||
* [resizeMode](#resizemode)
|
|[repeat](#repeat)|All|
|
||||||
* [selectedAudioTrack](#selectedaudiotrack)
|
|[reportBandwidth](#reportbandwidth)|Android ExoPlayer|
|
||||||
* [selectedTextTrack](#selectedtexttrack)
|
|[resizeMode](#resizemode)|Android ExoPlayer, Android MediaPlayer, iOS, Windows UWP|
|
||||||
* [selectedVideoTrack](#selectedvideotrack)
|
|[selectedAudioTrack](#selectedaudiotrack)|Android ExoPlayer, iOS|
|
||||||
* [source](#source)
|
|[selectedTextTrack](#selectedtexttrack)|Android ExoPlayer, iOS|
|
||||||
* [stereoPan](#stereopan)
|
|[selectedVideoTrack](#selectedvideotrack)|Android ExoPlayer|
|
||||||
* [textTracks](#texttracks)
|
|[source](#source)|All|
|
||||||
* [trackId](#trackId)
|
|[stereoPan](#stereopan)|Android MediaPlayer|
|
||||||
* [useTextureView](#usetextureview)
|
|[textTracks](#texttracks)|Android ExoPlayer, iOS|
|
||||||
* [volume](#volume)
|
|[trackId](#trackId)|Android ExoPlayer|
|
||||||
|
|[useTextureView](#usetextureview)|Android ExoPlayer|
|
||||||
|
|[volume](#volume)|All|
|
||||||
|
|
||||||
|
|
||||||
### Event props
|
### Event props
|
||||||
* [onAudioBecomingNoisy](#onaudiobecomingnoisy)
|
* [onAudioBecomingNoisy](#onaudiobecomingnoisy)
|
||||||
|
Loading…
Reference in New Issue
Block a user