I am getting the duration of a media file in ExoPlayer and writing it to an SQL d/b. Originally I put the duration in an Int variable before writing it to the d/b via a Map (using DBUtils). It worked fine. Then I noticed that "duration" in class SimpleExoPlayer is defined as "Long" (as is...
www.b4x.com