GstAudioSinkClass.write

Write data to the device. This vmethod is allowed to block until all the data is written. If such is the case then it is expected that pause, stop and reset will unblock the write when called.

struct GstAudioSinkClass
extern (C)
int function(GstAudioSink* sink, void* data, uint length) write;