Constructor
AgsAudioClearBuffernew
since: 3.0.0
Declaration [src]
AgsClearBuffer*
ags_clear_buffer_new (
GObject* device
)
Parameters
device
-
Type:
GObject
The
AgsSoundcard
orAgsSequencer
.The data is owned by the caller of the function.
Return value
Type: AgsClearBuffer
The new AgsClearBuffer
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |