- GstReserved
void*[1] GstReserved;
- basesinkClass
GstBaseSinkClass basesinkClass;
- eos
void function(GstAppSink* appsink) eos;
- newPreroll
GstFlowReturn function(GstAppSink* appsink) newPreroll;
- newSample
GstFlowReturn function(GstAppSink* appsink) newSample;
- pullPreroll
GstSample* function(GstAppSink* appsink) pullPreroll;
- pullSample
GstSample* function(GstAppSink* appsink) pullSample;
- tryPullObject
GstMiniObject* function(GstAppSink* appsink, GstClockTime timeout) tryPullObject;
- tryPullPreroll
GstSample* function(GstAppSink* appsink, GstClockTime timeout) tryPullPreroll;
- tryPullSample
GstSample* function(GstAppSink* appsink, GstClockTime timeout) tryPullSample;