Message.parseBufferingStats
void parseBufferingStats(out gst.types.BufferingMode mode, out int avgIn, out int avgOut, out long bufferingLeft)Extracts the buffering stats values from message.
Parameters
mode | a buffering mode, or null |
avgIn | the average input rate, or null |
avgOut | the average output rate, or null |
bufferingLeft | amount of buffering time left in milliseconds, or null |