parse_buffering_stats
Description:
public void parse_buffering_stats (out BufferingMode mode, out int avg_in, out int avg_out, out int64 buffering_left)
Extracts the buffering stats values from this.
Parameters:
this |
A valid Message of type GST_MESSAGE_BUFFERING. |
mode |
a buffering mode, or |
avg_in |
the average input rate, or |
avg_out |
the average output rate, or |
buffering_left |
amount of buffering time left in milliseconds, or |