Class

AgsAudioIpatch

[]

Description

class AgsAudio.Ipatch : GObject.Object
  implements Ags.Connectable, AgsAudio.SoundContainer {
  flags: AgsIpatchFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  soundcard: GObject*,
  filename: char*,
  mode: char*,
  file: IpatchFile*,
  handle: IpatchFileHandle*,
  nesting_level: guint,
  level_id: gchar*,
  level_index: guint,
  reader: GObject*,
  writer: GObject*,
  audio_signal: GList*
}

No description available.

[]

Ancestors

[]

Constructors

ags_ipatch_new

Creates an AgsIpatch.

since: 3.0.0

[]

Functions

ags_ipatch_check_suffix

Check filenames suffix to be supported.

since: 3.0.0

[]

Instance methods

ags_ipatch_set_flags

Enable a feature of ipatch.

since: 3.0.0

ags_ipatch_test_flags

Test flags to be set on ipatch.

since: 3.0.0

ags_ipatch_unset_flags

Disable a feature of ipatch.

since: 3.0.0

Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
Methods inherited from AgsSoundContainer (14)
[]

Properties

AgsAudio.Ipatch:filename

The assigned filename.

since: 3.0.0

AgsAudio.Ipatch:mode

The assigned mode.

since: 3.0.0

AgsAudio.Ipatch:soundcard

The assigned soundcard.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure