exoplay buffering

  1. mcqueccu

    Android Question Exoplayer "getPlackbackState Not found" error when checking for buffering state

    I want to be able to know when my radio streaming app is buffering or idle but i kept getting this error. Sub Process_Globals Dim exoplay As SimpleExoPlayer Dim connect As String = "http://streaming.shoutcast.com/LeafeCodesOnline?lang=en-US%2cen%3bq%3d0.9" Dim tm As Timer End Sub...
Top