GstAppSinkClass.pullSample

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

Return Value

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

Meta