Class

AgsAudioAudioFileLink

Description

class AgsAudio.AudioFileLink : Ags.FileLink {
  file_link: AgsFileLink,
  preset: gchar*,
  instrument: gchar*,
  sample: gchar*,
  audio_channel: guint,
  timestamp: AgsTimestamp*
}
No description available.

Ancestors

Implements

Constructors

ags_audio_file_link_new

Create a new instance of AgsAudioFileLink.

since: 3.0.0

Instance methods

Methods inherited from AgsFileLink (4)
ags_file_link_get_data

Get data of file_link.

since: 3.6.17

ags_file_link_get_filename

Get filename of file_link.

since: 3.6.17

ags_file_link_set_data

Set data of file_link.

since: 3.6.17

ags_file_link_set_filename

Set filename of file_link.

since: 3.6.17

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AgsPlugin (10)
ags_plugin_get_build_id

Retrieve the build id of the plugin.

since: 3.0.0

ags_plugin_get_name

Retrieve the name of the plugin.

since: 3.0.0

ags_plugin_get_ports

Retrieve the ports of the plugin.

since: 3.0.0

ags_plugin_get_version

Retrieve the version of the plugin.

since: 3.0.0

ags_plugin_get_xml_type

Retrieve the xml type of the plugin.

since: 3.0.0

ags_plugin_set_build_id

Set the build id of the plugin.

since: 3.0.0

ags_plugin_set_name

Set the name of the plugin.

since: 3.0.0

ags_plugin_set_ports

Set the build id of the plugin.

since: 3.0.0

ags_plugin_set_version

Set the version of the plugin.

since: 3.0.0

ags_plugin_set_xml_type

Set the build id of the plugin.

since: 3.0.0

Properties

AgsAudio.AudioFileLink:audio-channel

The assigned audio channel.

since: 3.0.0

AgsAudio.AudioFileLink:instrument

The assigned instrument.

since: 3.0.0

AgsAudio.AudioFileLink:preset

The assigned preset.

since: 3.0.0

AgsAudio.AudioFileLink:sample

The assigned sample.

since: 3.0.0

AgsAudio.AudioFileLink:timestamp

The assigned timestamp.

since: 3.0.0

Properties inherited from AgsFileLink (2)
Ags.FileLink:data

The data this AgsFileLink contains.

since: 3.0.0

Ags.FileLink:filename

The filename this AgsFileLink refers.

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 AgsAudioAudioFileLinkClass {
  AgsFileLinkClass file_link;
  
}
No description available.
Class members
file_link: AgsFileLinkClass
No description available.