GstAudioAggregatorClass

Members

Variables

GstReserved
void*[20] GstReserved;
aggregateOneBuffer
bool function(GstAudioAggregator* aagg, GstAudioAggregatorPad* pad, GstBuffer* inbuf, uint inOffset, GstBuffer* outbuf, uint outOffset, uint numFrames) aggregateOneBuffer;

Aggregates one input buffer to the output buffer. The in_offset and out_offset are in "frames", which is the size of a sample times the number of channels. Returns TRUE if any non-silence was added to the buffer

createOutputBuffer
GstBuffer* function(GstAudioAggregator* aagg, uint numFrames) createOutputBuffer;

Create a new output buffer contains num_frames frames.

parentClass
GstAggregatorClass parentClass;