Constructor

AgsAudioStartChannelnew

since: 3.0.0

Declaration [src]

AgsStartChannel*
ags_start_channel_new (
  AgsChannel* channel,
  gint sound_scope
)

Description [src]

Create a new instance of AgsStartChannel.

Available since: 3.0.0

Parameters

channel

Type: AgsChannel

The AgsChannel to start.

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

Type: gint

The sound scope.

Return value

Type: AgsStartChannel

The new AgsStartChannel.

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