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

avgIn int

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

avgOut int

the average output rat, or NULLe. out[allow-none]

bufferingLeft long

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

Meta