Query.parseBufferingPercent
void parseBufferingPercent(out bool busy, out int percent)Get the percentage of buffered data. This is a value between 0 and 100. The busy indicator is true when the buffering is in progress.
Parameters
busy | if buffering is busy, or null |
percent | a buffering percent, or null |