Constructor
AgsAudioSetAudioChannelsnew
since: 3.0.0
Declaration [src]
AgsSetAudioChannels*
ags_set_audio_channels_new (
GObject* soundcard,
guint audio_channels
)
Parameters
soundcard
-
Type:
GObject
The
AgsSoundcard
to reset.The data is owned by the caller of the function. audio_channels
-
Type:
guint
The new count of audio channels.
Return value
Type: AgsSetAudioChannels
The new AgsSetAudioChannels
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |