Method

AgsAudioSFZFileset_region

since: 3.17.0

Declaration [src]

void
ags_sfz_file_set_region (
  AgsSFZFile* sfz_file,
  GList* region
)

Description [src]

Set the region field of sfz_file.

Available since: 3.17.0

Parameters

region

Type: A list of None

The GList-struct containing AgsSFZRegion.

The data is owned by the caller of the function.