This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
gavin.chen
/
multi_vid_player
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
40e86cec3c
Branches
Tags
master
multi_vid_playe...
/
lib
/
utils
/
utils.dart
utils.dart
67 B
Historique
Raw
1
2
3
int
byte2MB(
int
bytes) {
return
(bytes /
1024
/
1024
).round();
}