-
public class NumberUtil
-
-
Method Summary
Modifier and Type Method Description static int
safeLongToInt(long l)
Helper method for converting the long values from the ExoPlayer into ints that willwork with the Brightcove SDK. -
-
Method Detail
-
safeLongToInt
static int safeLongToInt(long l)
Helper method for converting the long values from the ExoPlayer into ints that willwork with the Brightcove SDK.
- Parameters:
l
- the long value to be converted.
-
-
-
-