Method

AgsAudioTrackalloc_smf_buffer

since: 3.6.17

Declaration [src]

gpointer
ags_track_alloc_smf_buffer (
  AgsTrack* track,
  guint smf_buffer_length
)

Description [src]

Allocate SMF buffer of track.

Available since: 3.6.17

Parameters

smf_buffer_length

Type: guint

SMF buffer length.

Return value

Type: gpointer

The newly allocated SMF buffer.

The data is owned by the instance.
The return value can be NULL.