Remove buffer progress event
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user