Message.parseBufferingStats

Extracts the buffering stats values from @message.

class Message
void
parseBufferingStats
(,
out int avgIn
,
out int avgOut
,
out long bufferingLeft
)

Parameters

mode GstBufferingMode

a buffering mode, or %NULL

avgIn int

the average input rate, or %NULL

avgOut int

the average output rate, or %NULL

bufferingLeft long

amount of buffering time left in milliseconds, or %NULL

Meta