ptp_statistics_callback_add


Description:

[ CCode ( cname = "gst_ptp_statistics_callback_add" ) ]
[ Version ( since = "1.6" ) ]
public ulong ptp_statistics_callback_add (owned PtpStatisticsCallback callback)

Installs a new statistics callback for gathering PTP statistics.

See GstPtpStatisticsCallback for a list of statistics that are provided.

Parameters:

callback

GstPtpStatisticsCallback to call

destroy_data

GDestroyNotify to destroy the data

user_data

Data to pass to the callback

Returns:

Id for the callback that can be passed to ptp_statistics_callback_remove


Namespace: Gst.Net