GstAudioEncoderClass.prePush

Optional. Called just prior to pushing (encoded data) buffer downstream. Subclass has full discretionary access to buffer, and a not OK flow return will abort downstream pushing.

struct GstAudioEncoderClass
extern (C)
GstFlowReturn function(GstAudioEncoder* enc, GstBuffer** buffer) prePush;