Query.parseBufferingStats

Extracts the buffering stats values from @query.

class Query
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 rat, or %NULL

bufferingLeft long

amount of buffering time left in milliseconds, or %NULL

Meta