chore: fix upper case type in doc internal links

This commit is contained in:
olivier 2023-09-04 23:47:27 +02:00
parent 0bf7f70e24
commit 42dc9de4fe

48
API.md
View File

@ -291,30 +291,30 @@ var styles = StyleSheet.create({
### Configurable props ### Configurable props
| Name | Platforms Support | | Name | Platforms Support |
|-------------------------------------------------------------------------------------|---------------------------| |-------------------------------------------------------------------------------------|---------------------------|
| [adTagUrl](#adTagUrl) | Android, iOS | | [adTagUrl](#adtagurl) | Android, iOS |
| [allowsExternalPlayback](#allowsexternalplayback) | iOS | | [allowsExternalPlayback](#allowsexternalplayback) | iOS |
| [audioOnly](#audioonly) | All | | [audioOnly](#audioonly) | All |
| [audioOutput](#audioOutput) | Android, iOS | | [audioOutput](#audioOutput) | Android, iOS |
| [automaticallyWaitsToMinimizeStalling](#automaticallyWaitsToMinimizeStalling) | iOS | | [automaticallyWaitsToMinimizeStalling](#automaticallywaitstominimizestalling) | iOS |
| [backBufferDurationMs](#backBufferDurationMs) | Android | | [backBufferDurationMs](#backbufferdurationms) | Android |
| [bufferConfig](#bufferconfig) | Android | | [bufferConfig](#bufferconfig) | Android |
| [contentStartTime](#contentStartTime) | Android | | [contentStartTime](#contentstarttime) | Android |
| [controls](#controls) | Android, iOS | | [controls](#controls) | Android, iOS |
| [currentPlaybackTime](#currentPlaybackTime) | Android | | [currentPlaybackTime](#currentplaybacktime) | Android |
| [disableFocus](#disableFocus) | Android, iOS | | [disableFocus](#disablefocus) | Android, iOS |
| [disableDisconnectError](#disableDisconnectError) | Android | | [disableDisconnectError](#disabledisconnecterror) | Android |
| [filter](#filter) | iOS | | [filter](#filter) | iOS |
| [filterEnabled](#filterEnabled) | iOS | | [filterEnabled](#filterenabled) | iOS |
| [focusable](#focusable) | Android | | [focusable](#focusable) | Android |
| [fullscreen](#fullscreen) | iOS | | [fullscreen](#fullscreen) | Android, iOS |
| [fullscreenAutorotate](#fullscreenautorotate) | iOS | | [fullscreenAutorotate](#fullscreenautorotate) | iOS |
| [fullscreenOrientation](#fullscreenorientation) | iOS | | [fullscreenOrientation](#fullscreenorientation) | iOS |
| [headers](#headers) | Android | | [headers](#headers) | Android |
| [hideShutterView](#hideshutterview) | Android | | [hideShutterView](#hideshutterview) | Android |
| [ignoreSilentSwitch](#ignoresilentswitch) | iOS | | [ignoreSilentSwitch](#ignoresilentswitch) | iOS |
| [maxBitRate](#maxbitrate) | Android, iOS | | [maxBitRate](#maxbitrate) | Android, iOS |
| [minLoadRetryCount](#minLoadRetryCount) | Android | | [minLoadRetryCount](#minloadretrycount) | Android |
| [mixWithOthers](#mixWithOthers) | iOS | | [mixWithOthers](#mixwithothers) | iOS |
| [muted](#muted) | All | | [muted](#muted) | All |
| [paused](#paused) | All | | [paused](#paused) | All |
| [pictureInPicture](#pictureinpicture) | iOS | | [pictureInPicture](#pictureinpicture) | iOS |
@ -322,8 +322,8 @@ var styles = StyleSheet.create({
| [playWhenInactive](#playwheninactive) | iOS | | [playWhenInactive](#playwheninactive) | iOS |
| [poster](#poster) | All | | [poster](#poster) | All |
| [posterResizeMode](#posterresizemode) | All | | [posterResizeMode](#posterresizemode) | All |
| [preferredForwardBufferDuration](#preferredForwardBufferDuration) | iOS | | [preferredForwardBufferDuration](#preferredforwardbufferduration) | iOS |
| [preventsDisplaySleepDuringVideoPlayback](#preventsDisplaySleepDuringVideoPlayback) | iOS, Android | | [preventsDisplaySleepDuringVideoPlayback](#preventsdisplaysleepduringvideoplayback) | iOS, Android |
| [progressUpdateInterval](#progressupdateinterval) | All | | [progressUpdateInterval](#progressupdateinterval) | All |
| [rate](#rate) | All | | [rate](#rate) | All |
| [repeat](#repeat) | All | | [repeat](#repeat) | All |
@ -334,13 +334,13 @@ var styles = StyleSheet.create({
| [selectedVideoTrack](#selectedvideotrack) | Android | | [selectedVideoTrack](#selectedvideotrack) | Android |
| [shutterColor](#shutterColor) | Android | | [shutterColor](#shutterColor) | Android |
| [source](#source) | All | | [source](#source) | All |
| [subtitleStyle](#subtitleStyle) | Android | | [subtitleStyle](#subtitlestyle) | Android |
| [textTracks](#texttracks) | Android, iOS | | [textTracks](#texttracks) | Android, iOS |
| [trackId](#trackId) | Android | | [trackId](#trackid) | Android |
| [useTextureView](#usetextureview) | Android | | [useTextureView](#usetextureview) | Android |
| [useSecureView](#useSecureView) | Android | | [useSecureView](#usesecureview) | Android |
| [volume](#volume) | All | | [volume](#volume) | All |
| [localSourceEncryptionKeyScheme](#localSourceEncryptionKeyScheme) | All | | [localSourceEncryptionKeyScheme](#localsourceencryptionkeyscheme) | All |
### Event props ### Event props
@ -348,7 +348,7 @@ var styles = StyleSheet.create({
| Name | Platforms Support | | Name | Platforms Support |
|-------------------------------------------------------------------------------------------------|---------------------------| |-------------------------------------------------------------------------------------------------|---------------------------|
| [onAudioBecomingNoisy](#onaudiobecomingnoisy) | Android, iOS | | [onAudioBecomingNoisy](#onaudiobecomingnoisy) | Android, iOS |
| [onAudioTracks](#onAudioTracks) | Android | | [onAudioTracks](#onaudiotracks) | Android |
| [onBandwidthUpdate](#onbandwidthupdate) | Android | | [onBandwidthUpdate](#onbandwidthupdate) | Android |
| [onBuffer](#onbuffer) | Android, iOS | | [onBuffer](#onbuffer) | Android, iOS |
| [onEnd](#onend) | All | | [onEnd](#onend) | All |
@ -364,12 +364,12 @@ var styles = StyleSheet.create({
| [onPlaybackRateChange](#onplaybackratechange) | All | | [onPlaybackRateChange](#onplaybackratechange) | All |
| [onProgress](#onprogress) | All | | [onProgress](#onprogress) | All |
| [onReadyForDisplay](#onreadyfordisplay) | Android, iOS, Web | | [onReadyForDisplay](#onreadyfordisplay) | Android, iOS, Web |
| [onReceiveAdEvent](#onReceiveAdEvent) | Android, iOS | | [onReceiveAdEvent](#onreceiveadevent) | Android, iOS |
| [onRestoreUserInterfaceForPictureInPictureStop](#onrestoreuserinterfaceforpictureinpicturestop) | iOS | | [onRestoreUserInterfaceForPictureInPictureStop](#onrestoreuserinterfaceforpictureinpicturestop) | iOS |
| [onSeek](#onseek) | Android, iOS, Windows UWP | | [onSeek](#onseek) | Android, iOS, Windows UWP |
| [onTimedMetadata](#ontimedmetadata) | Android, iOS | | [onTimedMetadata](#ontimedmetadata) | Android, iOS |
| [onTextTracks](#onTextTracks) | Android | | [onTextTracks](#ontexttracks) | Android |
| [onVideoTracks](#onVideoTracks) | Android | | [onVideoTracks](#onvideotracks) | Android |
### Methods ### Methods
| Name |Platforms Support | | Name |Platforms Support |
@ -384,9 +384,9 @@ var styles = StyleSheet.create({
| Name |Platforms Support | | Name |Platforms Support |
|--|--| |--|--|
|[getWidevineLevel](#getWidevineLevel)|Android| |[getWidevineLevel](#getwidevinelevel)|Android|
|[isCodecSupported](#isCodecSupported)|Android| |[isCodecSupported](#iscodecsupported)|Android|
|[isHEVCSupported](#isHEVCSupported)|Android| |[isHEVCSupported](#ishevcsupported)|Android|
### Configurable props ### Configurable props