Copier. availability ()>0 cannot be used as a basis for determining whether the playback has been completed #2138
-
URLStream url; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You should rather check if the copy() was processing some data. You can also ask the source (url) if there is some data available, but you might need to add some small delay to make sure that some data is made available.... The URLStream also provides the info about the contentLength and total read... |
Beta Was this translation helpful? Give feedback.
You should rather check if the copy() was processing some data.
You can also ask the source (url) if there is some data available, but you might need to add some small delay to make sure that some data is made available....
The URLStream also provides the info about the contentLength and total read...