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. out[allow-none]

avgIn int

the average input rate, or NULL. out[allow-none]

avgOut int

the average output rate, or NULL. out[allow-none]

bufferingLeft long

amount of buffering time left in milliseconds, or NULL. out[allow-none]

Meta