@takeoffmedia/react-native-penthera 0.2.54 → 0.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/src/main/java/com/takeoffmediareactnativepenthera/virtuoso/OfflineVideoEngine.kt
CHANGED
|
@@ -44,7 +44,7 @@ class OfflineVideoEngine(private val context: ReactApplicationContext) {
|
|
|
44
44
|
var asset: IAsset? = null
|
|
45
45
|
var assetId: MutableList<String> = mutableListOf()
|
|
46
46
|
private val gson = Gson()
|
|
47
|
-
var minimumLowBandWidth: Int =
|
|
47
|
+
var minimumLowBandWidth: Int = 100
|
|
48
48
|
|
|
49
49
|
private val enginePauseObserver: Observers.IEngineObserver = object : EngineObserver() {
|
|
50
50
|
override fun engineStatusChanged(status: Int) {
|