Class

AgsAudioIpatchSample

[]

Description

class AgsAudio.IpatchSample : GObject.Object
  implements Ags.Connectable, AgsAudio.SoundResource {
  flags: guint,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  audio_channels: guint,
  audio_channel_written: gint64*,
  buffer_size: guint,
  format: AgsSoundcardFormat,
  offset: guint,
  buffer_offset: guint64,
  full_buffer: void*,
  buffer: void*,
  pointer: guchar*,
  current: guchar*,
  length: gsize,
  sample: IpatchContainer*,
  audio_buffer_util: AgsAudioBufferUtil*
}

No description available.

[]

Ancestors

[]

Constructors

ags_ipatch_sample_new

Creates a new instance of AgsIpatchSample.

since: 3.0.0

[]

Instance methods

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

Properties

AgsAudio.IpatchSample:buffer-size

The buffer size to be used.

since: 3.0.0

AgsAudio.IpatchSample:format

The format to be used.

since: 3.0.0

AgsAudio.IpatchSample:sample

The assigned output IpatchSample.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure