GstAppSinkClass.pullSample

struct GstAppSinkClass
extern (C)
GstSample* function(GstAppSink* appsink) pullSample;

Return Value

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