GstAppSrcCallbacks.seekData

Called when a seek should be performed to the offset. The next push-buffer should produce buffers from the new @offset. This callback is only called for seekable stream types.

struct GstAppSrcCallbacks
extern (C)
bool function(GstAppSrc* src, ulong offset, void* userData) seekData;