Constructor

AgsAudioPlaybacknew

since: 3.0.0

[]

Declaration [src]

AgsPlayback*
ags_playback_new (
  GObject* channel
)
[]

Description [src]

Instantiate a playback object and assign channel.

Available since: 3.0.0

[]

Parameters

channel

Type: GObject

The AgsChannel.

The data is owned by the caller of the function.
[]

Return value

Type: AgsPlayback

The new AgsPlayback.

The caller of the function takes ownership of the data, and is responsible for freeing it.