menu
flutter_native_player package
documentation
hls/hls_parser/util.dart
LibUtil
msToUs static method
msToUs static method
dark_mode
light_mode
msToUs
static method
int
msToUs
(
int
timeMs
)
Implementation
static int msToUs(int timeMs) => (timeMs == Util.timeEndOfSource) ? timeMs : (timeMs * 1000);
flutter_native_player package
documentation
hls/hls_parser/util
LibUtil
msToUs static method
LibUtil class