Class

AgsAudioPlayback

Description

class AgsAudio.Playback : GObject.Object {
  gobject: GObject,
  flags: AgsPlaybackFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  playback_domain: GObject*,
  channel: GObject*,
  audio_channel: guint,
  play_note: GObject*,
  channel_thread: AgsThread**,
  recall_id: AgsRecallID**
}
No description available.

Ancestors

Constructors

ags_playback_new

Instantiate a playback object and assign channel.

since: 3.0.0

Functions

ags_playback_find_channel

Find channel in playback.

since: 3.0.0

Instance methods

ags_playback_get_channel_thread

Get channel thread of appropriate scope.

since: 3.0.0

ags_playback_get_recall_id

Get recall id of appropriate scope.

since: 3.0.0

ags_playback_set_channel_thread

Set channel thread of appropriate scope.

since: 3.0.0

ags_playback_set_flags

Set flags.

since: 3.0.0

ags_playback_set_recall_id

Set recall id of appropriate scope.

since: 3.0.0

ags_playback_test_flags

Test flags to be set on playback.

since: 3.0.0

ags_playback_unset_flags

Unset flags.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AgsAudio.Playback:audio-channel

The assigned audio channel.

since: 3.0.0

AgsAudio.Playback:channel

The assigned channel.

since: 3.0.0

AgsAudio.Playback:play-note

The assigned note.

since: 3.0.0

AgsAudio.Playback:playback-domain

The parent playback domain.

since: 3.0.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 AgsAudioPlaybackClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.