GstAppSinkClass.tryPullSample

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

Return Value

a gstreamer.Sample or NULL when the appsink is stopped or EOS or the timeout expires. Call Sample.unref after usage.