Remove buffer progress event

This commit is contained in:
Armands Malejevs
2022-06-08 11:29:09 +03:00
parent e90ab21c91
commit 8a057c553b
5 changed files with 0 additions and 60 deletions

View File

@@ -376,7 +376,6 @@ var styles = StyleSheet.create({
|--|--|
|[onAudioBecomingNoisy](#onaudiobecomingnoisy)|Android ExoPlayer, iOS|
|[onBandwidthUpdate](#onbandwidthupdate)|Android ExoPlayer|
|[onBufferProgress](#onbufferprogress)|Android ExopPlater|
|[onBuffer](#onbuffer)|Android ExoPlayer, iOS|
|[onEnd](#onend)|All|
|[onExternalPlaybackChange](#onexternalplaybackchange)|iOS|
@@ -1035,17 +1034,6 @@ Note: On Android ExoPlayer, you must set the [reportBandwidth](#reportbandwidth)
Platforms: Android ExoPlayer
#### onBufferProgress
Callback function that is called on a set interval which contains the buffer start and end position in ms.
Payload:
Property | Type | Description
--- | --- | ---
start | number | The buffer start (ms)
end | number | The buffer end (ms)
Platforms: Android ExoPlayer
#### onBuffer
Callback function that is called when the player buffers.