Package 

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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.