Class

AgsAudioPlayback

[]

Description

class AgsAudio.Playback : GObject.Object
{
  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)
[]

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)

Class structure