Open chujiandaochuxia opened 5 years ago
if (!(currentState == PLAYING || currentState == END_OF_FILE)) { // Do not allow seeking if we are not currently playing the stream // This allows a previous seek to be completed return; }
if (!(currentState == PLAYING || currentState == END_OF_FILE)) { // Do not allow seeking if we are not currently playing the stream // This allows a previous seek to be completed return; }