Constructor
AgsAudioPlaybackDomainnew
since: 3.0.0
Declaration [src]
AgsPlaybackDomain*
ags_playback_domain_new (
GObject* audio
)
Description [src]
Creates an AgsPlaybackDomain
, refering to application_context
.
Available since: 3.0.0
Parameters
audio
-
Type:
GObject
The
AgsAudio
.The data is owned by the caller of the function.
Return value
Type: AgsPlaybackDomain
A new AgsPlaybackDomain
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |