GstAppSinkClass.tryPullPreroll

struct GstAppSinkClass
extern (C)
GstSample* function(GstAppSink* appsink, GstClockTime timeout) tryPullPreroll;

Return Value

a #GstSample or NULL when the appsink is stopped or EOS or the timeout expires. Call gst_sample_unref() after usage.

Meta