Method

AgsAudioMarkerget_data

since: 6.14.0

Declaration [src]

gchar*
ags_marker_get_data (
  AgsMarker* marker
)

Description [src]

Gets data.

Available since: 6.14.0

Return value

Type: gchar*

The data.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.