Method

AgsAudioPlaybackDomainadd_playback

since: 3.0.0

Declaration [src]

void
ags_playback_domain_add_playback (
  AgsPlaybackDomain* playback_domain,
  GObject* playback,
  GType channel_type
)

Description [src]

Add playback for channel_type to playback_domain.

Available since: 3.0.0

Parameters

playback

Type: GObject

The AgsPlayback.

The data is owned by the caller of the function.
channel_type

Type: GType

Either an AGS_TYPE_OUTPUT or AGS_TYPE_INPUT.