Method

AgsAudioChannelnth

since: 3.0.0

Declaration [src]

AgsChannel*
ags_channel_nth (
  AgsChannel* channel,
  guint nth
)

Description [src]

Iterates nth times forward.

Available since: 3.0.0

Parameters

nth

Type: guint

The count to iterate.

Return value

Type: AgsChannel

The nth AgsChannel.

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