Class

AgsAudioMarker

Description

class AgsAudio.Marker : GObject.Object
{
  flags: guint,
  obj_mutex: GRecMutex,
  x: guint,
  y: gdouble,
  marker_name: gchar*,
  marker_data: gchar*
}

No description available.

Ancestors

Constructors

ags_marker_new

Creates a new instance of AgsMarker.

since: 5.1.0

Functions

ags_marker_sort_func

Sort markers.

since: 5.1.0

Instance methods

ags_marker_duplicate

Duplicate a marker.

since: 5.1.0

ags_marker_get_data

Gets data.

since: 6.14.0

ags_marker_get_obj_mutex

Get object mutex.

since: 3.1.0

ags_marker_get_x

Gets x.

since: 3.1.0

ags_marker_get_y

Gets y.

since: 3.1.0

ags_marker_set_data

Sets data.

since: 6.14.0

ags_marker_set_flags

Set flags on marker.

since: 5.1.0

ags_marker_set_x

Sets x.

since: 3.1.0

ags_marker_set_y

Sets y.

since: 3.1.0

ags_marker_test_flags

Test flags to be set on marker.

since: 5.1.0

ags_marker_unset_flags

Unset flags on marker.

since: 5.1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AgsAudio.Marker:marker-data

The marker’s data.

since: 6.14.0

AgsAudio.Marker:marker-name

The marker’s name.

since: 5.1.0

AgsAudio.Marker:x

Marker offset x.

since: 5.1.0

AgsAudio.Marker:y

Marker value y.

since: 5.1.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsAudioMarkerClass {
  GObjectClass gobject;
  
}

No description available.

Class members
gobject: GObjectClass

No description available.