bitmovin-player-react-native
Advanced tools
Comparing version 0.28.0 to 0.29.0
{ | ||
"name": "bitmovin-player-react-native", | ||
"version": "0.28.0", | ||
"version": "0.29.0", | ||
"description": "Official React Native bindings for Bitmovin's mobile Player SDKs.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,2 +10,10 @@ /** | ||
maxSelectableBitrate?: number; | ||
/** | ||
* The initial bandwidth estimate in bits per second the player uses to select the optimal media tracks before actual bandwidth data is available. Overriding this value should only be done in specific cases and will most of the time not result in better selection logic. | ||
* | ||
* @platform Android | ||
* @see https://cdn.bitmovin.com/player/android/3/docs/player-core/com.bitmovin.player.api.media/-adaptation-config/initial-bandwidth-estimate-override.html | ||
*/ | ||
initialBandwidthEstimateOverride?: number; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
923426
12463