Class

AgsAudioGstreamerDevin

Description

class AgsAudio.GstreamerDevin : GObject.Object {
  gobject: GObject,
  flags: AgsGstreamerDevinFlags,
  connectable_flags: AgsConnectableFlags,
  sync_flags: volatile AgsGstreamerDevinSyncFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  dsp_channels: guint,
  pcm_channels: guint,
  format: AgsSoundcardFormat,
  buffer_size: guint,
  samplerate: guint,
  app_buffer_mode: AgsGstreamerDevinAppBufferMode,
  app_buffer_mutex: GRecMutex**,
  app_buffer: void**,
  sub_block_count: guint,
  sub_block_mutex: GRecMutex**,
  bpm: double,
  delay_factor: gdouble,
  delay: gdouble*,
  attack: guint*,
  tact_counter: gdouble,
  delay_counter: gdouble,
  tic_counter: guint,
  start_note_offset: guint,
  note_offset: guint,
  note_offset_absolute: guint,
  loop_left: guint,
  loop_right: guint,
  do_loop: gboolean,
  loop_offset: guint,
  card_uri: gchar*,
  gstreamer_client: GObject*,
  port_name: gchar**,
  gstreamer_port: GList*,
  callback_mutex: GMutex,
  callback_cond: GCond,
  callback_finish_mutex: GMutex,
  callback_finish_cond: GCond
}
No description available.

Ancestors

Constructors

ags_gstreamer_devin_new

Creates a new instance of AgsGstreamerDevin.

since: 3.6.0

Functions

ags_gstreamer_devin_error_quark
No description available.

Instance methods

ags_gstreamer_devin_adjust_delay_and_attack

Calculate delay and attack and reset it.

since: 3.6.0

ags_gstreamer_devin_realloc_buffer

Reallocate the internal audio buffer.

since: 3.6.0

ags_gstreamer_devin_set_flags

Enable a feature of gstreamer_devin.

since: 3.6.0

ags_gstreamer_devin_switch_buffer_flag

The buffer flag indicates the currently played buffer.

since: 3.6.0

ags_gstreamer_devin_test_flags

Test flags to be set on gstreamer_devin.

since: 3.6.0

ags_gstreamer_devin_unset_flags

Disable a feature of gstreamer_devin.

since: 3.6.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AgsConnectable (13)
ags_connectable_add_to_registry

Add connectable to registry.

since: 3.0.0

ags_connectable_connect

Connect the connectable.

since: 3.0.0

ags_connectable_connect_connection

Disconnect the connectable.

since: 3.0.0

ags_connectable_disconnect

Disconnect the connectable.

since: 3.0.0

ags_connectable_disconnect_connection

Disconnect the connectable.

since: 3.0.0

ags_connectable_get_uuid

Get UUID of connectable.

since: 3.0.0

ags_connectable_has_resource

Check the connectable to have resources.

since: 3.0.0

ags_connectable_is_connected

Check if the connectable was connected.

since: 3.0.0

ags_connectable_is_ready

Connect the connectable.

since: 3.0.0

ags_connectable_list_resource

List resources as an XML element and return it.

since: 3.0.0

ags_connectable_remove_from_registry

Remove connectable from registry.

since: 3.0.0

ags_connectable_xml_compose

Compose an XML element and return it.

since: 3.0.0

ags_connectable_xml_parse

Parse node as XML element and apply it.

since: 3.0.0

Methods inherited from AgsSoundcard (44)

Please see AgsSoundcard for a full list of methods.

Properties

AgsAudio.GstreamerDevin:attack

Attack of the buffer.

since: 3.6.0

AgsAudio.GstreamerDevin:bpm

Beats per minute.

since: 3.6.0

AgsAudio.GstreamerDevin:buffer

The buffer.

since: 3.6.0

AgsAudio.GstreamerDevin:buffer-size

The buffer size.

since: 3.6.0

AgsAudio.GstreamerDevin:device

The gstreamer soundcard indentifier.

since: 3.6.0

AgsAudio.GstreamerDevin:dsp-channels

The dsp channel count.

since: 3.6.0

AgsAudio.GstreamerDevin:format

The precision of the buffer.

since: 3.6.0

AgsAudio.GstreamerDevin:gstreamer-client

The assigned AgsGstreamerClient.

since: 3.6.0

AgsAudio.GstreamerDevin:gstreamer-port

The assigned AgsGstreamerPort.

since: 3.6.0

AgsAudio.GstreamerDevin:pcm-channels

The pcm channel count.

since: 3.6.0

AgsAudio.GstreamerDevin:samplerate

The samplerate.

since: 3.6.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.

Signals inherited from AgsSoundcard (3)
AgsSoundcard::offset-changed

The ::offset-changed signal notifies about changed position within notation.

since: 3.0.0

AgsSoundcard::stop

The ::stop signal is emitted every stop of the soundcard. This notifies about a newly played buffer.

since: 3.0.0

AgsSoundcard::tic

The ::tic signal is emitted every tic of the soundcard. This notifies about a newly played buffer.

since: 3.0.0

Class structure

struct AgsAudioGstreamerDevinClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.