Constructor
AgsAudioSetSampleratenew
since: 3.0.0
Declaration [src]
AgsSetSamplerate*
ags_set_samplerate_new (
GObject* scope,
guint samplerate
)
Parameters
scope
-
Type:
GObject
The
AgsSoundcard
to reset.The data is owned by the caller of the function. samplerate
-
Type:
guint
The new samplerate.
Return value
Type: AgsSetSamplerate
The new AgsSetSamplerate
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |