CollectDataDestroyNotify


Description:

[ CCode ( cname = "GstCollectDataDestroyNotify" , has_target = false ) ]
public delegate void CollectDataDestroyNotify (CollectData data)

A function that will be called when the CollectData will be freed.

It is passed the pointer to the structure and should free any custom memory and resources allocated for it.

Parameters:

data

the CollectData that will be freed


Namespace: Gst.Base